View Source GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyVerifyPasswordRequest (google_api_identity_toolkit v0.7.0)
Request to verify the password.
Attributes
-
captchaChallenge
(type:String.t
, default:nil
) - The captcha challenge. -
captchaResponse
(type:String.t
, default:nil
) - Response to the captcha. -
delegatedProjectNumber
(type:String.t
, default:nil
) - GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration. -
email
(type:String.t
, default:nil
) - The email of the user. -
idToken
(type:String.t
, default:nil
) - The GITKit token of the authenticated user. -
instanceId
(type:String.t
, default:nil
) - Instance id token of the app. -
password
(type:String.t
, default:nil
) - The password inputed by the user. -
pendingIdToken
(type:String.t
, default:nil
) - The GITKit token for the non-trusted IDP, which is to be confirmed by the user. -
returnSecureToken
(type:boolean()
, default:nil
) - Whether return sts id token and refresh token instead of gitkit token. -
tenantId
(type:String.t
, default:nil
) - 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. -
tenantProjectNumber
(type:String.t
, default:nil
) - Tenant project number to be used for idp discovery.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyVerifyPasswordRequest{ captchaChallenge: String.t() | nil, captchaResponse: String.t() | nil, delegatedProjectNumber: String.t() | nil, email: String.t() | nil, idToken: String.t() | nil, instanceId: String.t() | nil, password: String.t() | nil, pendingIdToken: String.t() | nil, returnSecureToken: boolean() | nil, tenantId: String.t() | nil, tenantProjectNumber: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.