IdentitytoolkitRelyingpartyVerifyPasswordRequest class
Request to verify the password.
Constructors
- IdentitytoolkitRelyingpartyVerifyPasswordRequest({String? captchaChallenge, String? captchaResponse, String? delegatedProjectNumber, String? email, String? idToken, String? instanceId, String? password, String? pendingIdToken, bool? returnSecureToken, String? tenantId, String? tenantProjectNumber})
- IdentitytoolkitRelyingpartyVerifyPasswordRequest.fromJson(Map _json)
Properties
- captchaChallenge ↔ String?
-
The captcha challenge.
getter/setter pair
- captchaResponse ↔ String?
-
Response to the captcha.
getter/setter pair
- delegatedProjectNumber ↔ String?
-
GCP project number of the requesting delegated app.
getter/setter pair
- email ↔ String?
-
The email of the user.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken ↔ String?
-
The GITKit token of the authenticated user.
getter/setter pair
- instanceId ↔ String?
-
Instance id token of the app.
getter/setter pair
- password ↔ String?
-
The password inputed by the user.
getter/setter pair
- pendingIdToken ↔ String?
-
The GITKit token for the non-trusted IDP, which is to be confirmed by the
user.
getter/setter pair
- returnSecureToken ↔ bool?
-
Whether return sts id token and refresh token instead of gitkit token.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tenantId ↔ String?
-
For multi-tenant use cases, in order to construct sign-in URL with the
correct IDP parameters, Firebear needs to know which Tenant to retrieve
IDP configs from.
getter/setter pair
- tenantProjectNumber ↔ String?
-
Tenant project number to be used for idp discovery.
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