google_api_identity_toolkit v0.5.0 GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest 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(),
    idToken: String.t(),
    operation: String.t(),
    phoneNumber: String.t(),
    sessionInfo: String.t(),
    temporaryProof: String.t(),
    verificationProof: String.t()
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.