GoogleCloudIdentitytoolkitV1SignInWithPasswordRequest class
Request message for SignInWithPassword.
Constructors
- GoogleCloudIdentitytoolkitV1SignInWithPasswordRequest({String? captchaChallenge, String? captchaResponse, String? delegatedProjectNumber, String? email, String? idToken, String? instanceId, String? password, String? pendingIdToken, bool? returnSecureToken, String? tenantId})
- GoogleCloudIdentitytoolkitV1SignInWithPasswordRequest.fromJson(Map _json)
Properties
- captchaChallenge ↔ String?
-
getter/setter pair
- captchaResponse ↔ String?
-
The reCAPTCHA token provided by the reCAPTCHA client-side integration.
getter/setter pair
- delegatedProjectNumber ↔ String?
-
getter/setter pair
- email ↔ String?
-
The email the user is signing in with.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken ↔ String?
-
getter/setter pair
- instanceId ↔ String?
-
getter/setter pair
- password ↔ String?
-
The password the user provides to sign in to the account.
getter/setter pair
- pendingIdToken ↔ String?
-
getter/setter pair
- returnSecureToken ↔ bool?
-
Should always be true.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tenantId ↔ String?
-
The ID of the Identity Platform tenant the user is signing in to.
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