AuthenticationResultType class
The authentication result.
Constructors
- AuthenticationResultType({String? accessToken, int? expiresIn, String? idToken, NewDeviceMetadataType? newDeviceMetadata, String? refreshToken, String? tokenType})
-
AuthenticationResultType.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessToken → String?
-
The access token.
final
- expiresIn → int?
-
The expiration period of the authentication result in seconds.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken → String?
-
The ID token.
final
- newDeviceMetadata → NewDeviceMetadataType?
-
The new device metadata from an authentication result.
final
- refreshToken → String?
-
The refresh token.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenType → String?
-
The token type.
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