GoogleCloudIdentitytoolkitV2RevokeTokenRequest class
Request message for RevokeToken.
Constructors
- GoogleCloudIdentitytoolkitV2RevokeTokenRequest({String? idToken, String? providerId, String? redirectUri, String? tenantId, String? token, String? tokenType})
- GoogleCloudIdentitytoolkitV2RevokeTokenRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken ↔ String?
-
A valid Identity Platform ID token to link the account.
getter/setter pair
- providerId ↔ String?
-
The idp provider for the token.
getter/setter pair
- redirectUri ↔ String?
-
The redirect URI provided in the initial authorization request made by the
client to the IDP.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tenantId ↔ String?
-
The ID of the Identity Platform tenant the user is signing in to.
getter/setter pair
- token ↔ String?
-
The token to be revoked.
getter/setter pair
- tokenType ↔ String?
-
The type of the token to be revoked.
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