View Source GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse (google_api_identity_toolkit v0.8.0)

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) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse{
    expiresIn: String.t() | nil,
    idToken: String.t() | nil,
    isNewUser: boolean() | nil,
    localId: String.t() | nil,
    phoneNumber: String.t() | nil,
    refreshToken: String.t() | nil,
    temporaryProof: String.t() | nil,
    temporaryProofExpiresIn: String.t() | nil,
    verificationProof: String.t() | nil,
    verificationProofExpiresIn: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.