GoogleIdentityStsV1ExchangeTokenResponse class

Response message for ExchangeToken.

Constructors

GoogleIdentityStsV1ExchangeTokenResponse({String? accessToken, int? expiresIn, String? issuedTokenType, String? tokenType})
GoogleIdentityStsV1ExchangeTokenResponse.fromJson(Map json_)

Properties

accessToken String?
An OAuth 2.0 security token, issued by Google, in response to the token exchange request.
getter/setter pair
expiresIn int?
The amount of time, in seconds, between the time when the access token was issued and the time when the access token will expire.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuedTokenType String?
The token type.
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