CreateTokenResponse class

Constructors

CreateTokenResponse({String? accessToken, int? expiresIn, String? idToken, String? refreshToken, String? tokenType})
CreateTokenResponse.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String?
An opaque token to access AWS SSO resources assigned to a user.
final
expiresIn int?
Indicates the time in seconds when an access token will expire.
final
hashCode int
The hash code for this object.
no setterinherited
idToken String?
The identifier of the user that associated with the access token, if present.
final
refreshToken String?
A token that, if present, can be used to refresh a previously issued access token that might have expired.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenType String?
Used to notify the client that the returned token is an access token. The supported type is BearerToken.
final

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