Supabase.GoTrue.Schemas.SignUpRequest (supabase_gotrue v0.3.9)
This schema is used to validate and parse the parameters for signing up a new user.
Fields
email- The user's email.phone- The user's phone.password- The user's password.data- The user's data.code_challenge- The user's code challenge.code_challenge_method- The user's code challenge method.gotrue_meta_security- The user's gotrue meta security.captcha_token- The user's captcha token.
Summary
Functions
Link to this function
changeset(signup \\ %__MODULE__{}, attrs, go_true_meta)
Link to this function
create(signup)
Link to this function