GoogleCloudIdentitytoolkitV1SetAccountInfoResponse class

Response message for SetAccountInfo

Constructors

GoogleCloudIdentitytoolkitV1SetAccountInfoResponse({String? displayName, String? email, bool? emailVerified, String? expiresIn, String? idToken, String? kind, String? localId, String? newEmail, String? passwordHash, String? photoUrl, List<GoogleCloudIdentitytoolkitV1ProviderUserInfo>? providerUserInfo, String? refreshToken})
GoogleCloudIdentitytoolkitV1SetAccountInfoResponse.fromJson(Map json_)

Properties

displayName String?
The account's display name.
getter/setter pair
email String?
The account's email address.
getter/setter pair
emailVerified bool?
Whether the account's email has been verified.
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 account.
getter/setter pair
kind String?
getter/setter pair
localId String?
The ID of the authenticated user.
getter/setter pair
newEmail String?
The new email that has been set on the user's account attributes.
getter/setter pair
passwordHash String?
No actual password hash is currently returned.
getter/setter pair
photoUrl String?
The user's photo URL for the account's profile photo.
getter/setter pair
providerUserInfo List<GoogleCloudIdentitytoolkitV1ProviderUserInfo>?
The linked Identity Providers on the account.
getter/setter pair
refreshToken String?
A refresh token for the account.
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