CodeClientConfig class abstract

The configuration object for the initCodeClient method.

Data type: CodeClientConfig https://developers.google.com/identity/oauth2/web/reference/js-reference#CodeClientConfig

Annotations

Constructors

CodeClientConfig({required String client_id, required List<String> scope, bool? include_granted_scopes, Uri? redirect_uri, CodeClientCallbackFn? callback, String? state, bool? enable_granular_consent, @Deprecated('Use `enable_granular_consent` instead.') bool? enable_serial_consent, String? login_hint, String? hd, UxMode? ux_mode, bool? select_account, ErrorCallbackFn? error_callback})
Constructs a CodeClientConfig object in JavaScript.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited