google_api_identity_toolkit v0.5.0 GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse View Source

Response for Identitytoolkit-VerifyPhoneNumber

Attributes

  • expiresIn (type: String.t, default: nil) -
  • idToken (type: String.t, default: nil) -
  • isNewUser (type: boolean(), default: nil) -
  • localId (type: String.t, default: nil) -
  • phoneNumber (type: String.t, default: nil) -
  • refreshToken (type: String.t, default: nil) -
  • temporaryProof (type: String.t, default: nil) -
  • temporaryProofExpiresIn (type: String.t, default: nil) -
  • verificationProof (type: String.t, default: nil) -
  • verificationProofExpiresIn (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.IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse{
    expiresIn: String.t(),
    idToken: String.t(),
    isNewUser: boolean(),
    localId: String.t(),
    phoneNumber: String.t(),
    refreshToken: String.t(),
    temporaryProof: String.t(),
    temporaryProofExpiresIn: String.t(),
    verificationProof: String.t(),
    verificationProofExpiresIn: String.t()
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.