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

Request to sign in with email.

Attributes

  • email (type: String.t, default: nil) - The email address of the user.
  • idToken (type: String.t, default: nil) - Token for linking flow.
  • oobCode (type: String.t, default: nil) - The confirmation code.

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.IdentitytoolkitRelyingpartyEmailLinkSigninRequest{
    email: String.t() | nil,
    idToken: String.t() | nil,
    oobCode: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.