Supabase.GoTrue.Schemas.AdminUserParams (supabase_gotrue v0.3.10)

Admin user params schema. This schema is used to validate and parse the parameters for creating a new admin user.

Fields

  • app_metadata - The metadata to associate with the user.
  • email_confirm - Whether the user's email is confirmed.
  • phone_confirm - Whether the user's phone is confirmed.
  • ban_duration - The duration of the user's ban.
  • role - The user's role.
  • email - The user's email.
  • phone - The user's phone.
  • password - The user's password.
  • nonce - The user's nonce.

Summary

Functions

Link to this function

parse_update(attrs)