Supabase.GoTrue.Schemas.SignUpWithPassword (supabase_gotrue v0.4.1)
This schema is used to validate and parse the parameters for signing up with a password.
Summary
Types
Functions
@spec parse(map()) :: {:ok, t()} | {:error, Ecto.Changeset.t()}
@spec validate(map()) :: Ecto.Changeset.t()