ExchangeTokenResponse class
Response message for ExchangeToken.
Constructors
- ExchangeTokenResponse({String? accessToken, int? expiresIn, String? issuedTokenType, String? tokenType})
- ExchangeTokenResponse.fromJson(Map _json)
Properties
- accessToken ↔ String?
-
The Google access token for third-party identity in the requested format.
getter/setter pair
- expiresIn ↔ int?
-
The expiration time of
access_token
in seconds, measured from the time of issuance.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- issuedTokenType ↔ String?
-
Same value as
requested_token_type
parameter in request.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenType ↔ String?
-
The type of
access_token
.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