GoogleCloudIdentitytoolkitV1SignInWithPasswordResponse class
Response message for SignInWithPassword.
Constructors
-
GoogleCloudIdentitytoolkitV1SignInWithPasswordResponse({String? displayName, String? email, String? expiresIn, String? idToken, String? kind, String? localId, List<
GoogleCloudIdentitytoolkitV1MfaEnrollment> ? mfaInfo, String? mfaPendingCredential, String? oauthAccessToken, String? oauthAuthorizationCode, int? oauthExpireIn, String? profilePicture, String? refreshToken, bool? registered, List<GoogleCloudIdentitytoolkitV1UserNotification> ? userNotifications}) - GoogleCloudIdentitytoolkitV1SignInWithPasswordResponse.fromJson(Map json_)
Properties
- displayName ↔ String?
-
The user's display name stored in the account's attributes.
getter/setter pair
- email ↔ String?
-
The email of the authenticated user.
getter/setter pair
- expiresIn ↔ String?
-
The number of seconds until the Identity Platform 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
- 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 for the
account.
getter/setter pair
- mfaPendingCredential ↔ String?
-
An opaque string that functions as proof that the user has successfully
passed the first factor authentication.
getter/setter pair
- oauthAccessToken ↔ String?
-
The OAuth2 access token.
getter/setter pair
- oauthAuthorizationCode ↔ String?
-
getter/setter pair
- oauthExpireIn ↔ int?
-
The access token expiration time in seconds.
getter/setter pair
- profilePicture ↔ String?
-
The user's profile picture stored in the account's attributes.
getter/setter pair
- refreshToken ↔ String?
-
An Identity Platform refresh token for the authenticated user.
getter/setter pair
- registered ↔ bool?
-
Whether the email is for an existing account.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userNotifications
↔ List<
GoogleCloudIdentitytoolkitV1UserNotification> ? -
Warning notifications for the user.
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