Supabase.GoTrue.Schemas.SignInWithOTP behaviour (supabase_gotrue v0.3.9)
This schema is used to validate and parse the parameters for signing in with OTP.
Fields
email- The user's email.phone- The user's phone.options- The options for signing in with OTP.data- The data for the sign in.email_redirect_to- The redirect URL for the email.captcha_token- The captcha token.channel- The channel for the OTP.
Summary
Types
Callbacks
Functions
Link to this function
parse(attrs)
Link to this function
to_sign_in_params(signin)
Link to this function