Supabase.GoTrue.Schemas.VerifyOTP behaviour (supabase_gotrue v0.3.9)
This schema is used to validate and parse the parameters for verifying an OTP.
Fields
Mobile OTP
phone- The user's phone number.token- The OTP token.type- The type of OTP.options- The options for the OTP.redirect_to- The redirect URL.captcha_token- The captcha token.
Email OTP
email- The user's email.token- The OTP token.type- The type of OTP.options- The options for the OTP.redirect_to- The redirect URL.captcha_token- The captcha token.
Token Hash
token_hash- The token hash.type- The type of OTP.options- The options for the OTP.redirect_to- The redirect URL.captcha_token- The captcha token.
Summary
Types
Link to this opaque
changeset()
@opaque changeset()
Link to this type
email()
Link to this type
mobile()
Link to this type
options()
@type t() :: mobile() | email() | token_hash()
Link to this type
token_hash()
Callbacks
Functions
Link to this function
parse(attrs)
Link to this function