OverridableTokenClientConfig class abstract

The overridable configuration object for the TokenClientExtension.requestAccessToken method.

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

Annotations

Constructors

OverridableTokenClientConfig({List<String>? scope, bool? include_granted_scopes, String? prompt, bool? enable_granular_consent, @Deprecated('Use `enable_granular_consent` instead.') bool? enable_serial_consent, String? login_hint, String? state})
Constructs an OverridableTokenClientConfig 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