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

Response of getting a code for user confirmation (reset password, change email etc.).

Attributes

  • email (type: String.t, default: nil) - The email address that the email is sent to.
  • kind (type: String.t, default: identitytoolkit#GetOobConfirmationCodeResponse) - The fixed string "identitytoolkit#GetOobConfirmationCodeResponse".
  • oobCode (type: String.t, default: nil) - The code to be send to the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IdentityToolkit.V3.Model.GetOobConfirmationCodeResponse{
  email: String.t() | nil,
  kind: String.t() | nil,
  oobCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.