View Source GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartySendVerificationCodeRequest (google_api_identity_toolkit v0.7.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartySendVerificationCodeRequest{
    iosReceipt: String.t() | nil,
    iosSecret: String.t() | nil,
    phoneNumber: String.t() | nil,
    recaptchaToken: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.