GoogleCloudIdentitytoolkitV1SignInWithPhoneNumberResponse class

Response message for SignInWithPhoneNumber.

Constructors

GoogleCloudIdentitytoolkitV1SignInWithPhoneNumberResponse({String? expiresIn, String? idToken, bool? isNewUser, String? localId, String? phoneNumber, String? refreshToken, String? temporaryProof, String? temporaryProofExpiresIn, String? verificationProof, String? verificationProofExpiresIn})
GoogleCloudIdentitytoolkitV1SignInWithPhoneNumberResponse.fromJson(Map json_)

Properties

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?
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
localId String?
The id of the authenticated user.
getter/setter pair
phoneNumber String?
Phone number of the authenticated user.
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
temporaryProof String?
A proof of the phone number verification, provided if a phone authentication is successful but the user operation fails.
getter/setter pair
temporaryProofExpiresIn String?
The number of seconds until the temporary proof expires.
getter/setter pair
verificationProof String?
Do not use.
getter/setter pair
verificationProofExpiresIn String?
Do not use.
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