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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.