Supabase.GoTrue.Schemas.ResendParams (supabase_gotrue v0.4.1)

This schema is used to validate and parse the parameters for resending a confirmation email.

Summary

Types

options()

@type options() :: %Supabase.GoTrue.Schemas.ResendParams.Options{
  captcha_token: String.t() | nil,
  email_redirect_to: URI.t() | nil
}

otp_type()

@type otp_type() :: :sms | :signup | :phone_change | :email_change

t()

@type t() :: %Supabase.GoTrue.Schemas.ResendParams{
  options: options(),
  type: otp_type()
}

Functions

parse(source \\ %__MODULE__{}, attrs)