google_api_identity_toolkit v0.5.0 GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyVerifyPasswordRequest View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyVerifyPasswordRequest{ captchaChallenge: String.t(), captchaResponse: String.t(), delegatedProjectNumber: String.t(), email: String.t(), idToken: String.t(), instanceId: String.t(), password: String.t(), pendingIdToken: String.t(), returnSecureToken: boolean(), tenantId: String.t(), tenantProjectNumber: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.