GoogleCloudIdentitytoolkitV1SignInWithPhoneNumberRequest class
Request message for SignInWithPhoneNumber.
Constructors
Properties
- code ↔ String?
-
User-entered verification code from an SMS sent to the user's phone.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken ↔ String?
-
A valid ID token for an Identity Platform account.
getter/setter pair
- operation ↔ String?
-
Possible string values are:
getter/setter pair
- phoneNumber ↔ String?
-
The user's phone number to sign in with.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionInfo ↔ String?
-
Encrypted session information from the response of sendVerificationCode.
getter/setter pair
- temporaryProof ↔ String?
-
A proof of the phone number verification, provided from a previous
signInWithPhoneNumber request.
getter/setter pair
- tenantId ↔ String?
-
The ID of the Identity Platform tenant the user is signing in to.
getter/setter pair
- verificationProof ↔ 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