GoogleCloudIdentitytoolkitAdminV2OAuthResponseType class
The response type to request for in the OAuth authorization flow.
You can set either id_token
or code
to true, but not both. Setting both
types to be simultaneously true ({code: true, id_token: true}
) is not yet
supported. See
https://openid.net/specs/openid-connect-core-1_0.html#Authentication for a
mapping of response type to OAuth 2.0 flow.
Constructors
- GoogleCloudIdentitytoolkitAdminV2OAuthResponseType({bool? code, bool? idToken, bool? token})
- GoogleCloudIdentitytoolkitAdminV2OAuthResponseType.fromJson(Map _json)
Properties
- code ↔ bool?
-
If true, authorization code is returned from IdP's authorization endpoint.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken ↔ bool?
-
If true, ID token is returned from IdP's authorization endpoint.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ bool?
-
Do not use.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited