GoogleCloudIdentitytoolkitV1SignInWithEmailLinkResponse class

Response message for SignInWithEmailLink.

Constructors

GoogleCloudIdentitytoolkitV1SignInWithEmailLinkResponse({String? email, String? expiresIn, String? idToken, bool? isNewUser, String? kind, String? localId, List<GoogleCloudIdentitytoolkitV1MfaEnrollment>? mfaInfo, String? mfaPendingCredential, String? refreshToken})
GoogleCloudIdentitytoolkitV1SignInWithEmailLinkResponse.fromJson(Map json_)

Properties

email String?
The email the user signed in with.
getter/setter pair
expiresIn String?
The number of seconds until the ID token expires.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idToken String?
An Identity Platform ID token for the authenticated user.
getter/setter pair
isNewUser bool?
Whether the authenticated user was created by this request.
getter/setter pair
kind String?
getter/setter pair
localId String?
The ID of the authenticated user.
getter/setter pair
mfaInfo List<GoogleCloudIdentitytoolkitV1MfaEnrollment>?
Info on which multi-factor authentication providers are enabled.
getter/setter pair
mfaPendingCredential String?
An opaque string that functions as proof that the user has successfully passed the first factor check.
getter/setter pair
refreshToken String?
Refresh token for the authenticated user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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