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

This schema is used to validate and parse the parameters for inviting a new user.

Fields

  • data - The data for the link.
  • redirect_to - The redirect URL.

Summary

Types

t()

@type t() :: %Supabase.GoTrue.Schemas.InviteUserParams{
  data: map(),
  id: term(),
  redirect_to: URI.t()
}

Functions

parse(attrs)