google_api_identity_toolkit v0.5.0 GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyEmailLinkSigninRequest 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(),
    idToken: String.t(),
    oobCode: String.t()
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.