google_api_identity_toolkit v0.5.0 GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartySignupNewUserRequest View Source
Request to signup new user, create anonymous user or anonymous user reauth.
Attributes
-
captchaChallenge
(type:String.t
, default:nil
) - The captcha challenge. -
captchaResponse
(type:String.t
, default:nil
) - Response to the captcha. -
disabled
(type:boolean()
, default:nil
) - Whether to disable the user. Only can be used by service account. -
displayName
(type:String.t
, default:nil
) - The name of the user. -
email
(type:String.t
, default:nil
) - The email of the user. -
emailVerified
(type:boolean()
, default:nil
) - Mark the email as verified or not. Only can be used by service account. -
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. -
localId
(type:String.t
, default:nil
) - Privileged caller can create user with specified user id. -
password
(type:String.t
, default:nil
) - The new password of the user. -
phoneNumber
(type:String.t
, default:nil
) - Privileged caller can create user with specified phone number. -
photoUrl
(type:String.t
, default:nil
) - The photo url of the user. -
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.IdentitytoolkitRelyingpartySignupNewUserRequest{ captchaChallenge: String.t(), captchaResponse: String.t(), disabled: boolean(), displayName: String.t(), email: String.t(), emailVerified: boolean(), idToken: String.t(), instanceId: String.t(), localId: String.t(), password: String.t(), phoneNumber: String.t(), photoUrl: String.t(), tenantId: String.t(), tenantProjectNumber: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.