GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest (google_api_identity_toolkit v0.6.0) View Source

Request for Identitytoolkit-VerifyPhoneNumber

Attributes

  • code (type: String.t, default: nil) -
  • idToken (type: String.t, default: nil) -
  • operation (type: String.t, default: nil) -
  • phoneNumber (type: String.t, default: nil) -
  • sessionInfo (type: String.t, default: nil) - The session info previously returned by IdentityToolkit-SendVerificationCode.
  • temporaryProof (type: String.t, default: nil) -
  • verificationProof (type: String.t, default: nil) -

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.IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest{
    code: String.t() | nil,
    idToken: String.t() | nil,
    operation: String.t() | nil,
    phoneNumber: String.t() | nil,
    sessionInfo: String.t() | nil,
    temporaryProof: String.t() | nil,
    verificationProof: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.