google_api_identity_toolkit v0.2.0 GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartySendVerificationCodeRequest View Source

Request for Identitytoolkit-SendVerificationCode

Attributes

  • iosReceipt (type: String.t, default: nil) - Receipt of successful app token validation with APNS.
  • iosSecret (type: String.t, default: nil) - Secret delivered to iOS app via APNS.
  • phoneNumber (type: String.t, default: nil) - The phone number to send the verification code to in E.164 format.
  • recaptchaToken (type: String.t, default: nil) - Recaptcha solution.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartySendVerificationCodeRequest{
    iosReceipt: String.t(),
    iosSecret: String.t(),
    phoneNumber: String.t(),
    recaptchaToken: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.