Phone
Authentication method with phone numbers and password
Types
Link copied to clipboard
Represents the phone number confirmation channel
Link copied to clipboard
@Serializable
The configuration for the phone authentication method
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun login(supabaseClient: SupabaseClient, onSuccess: suspend (UserSession) -> Unit, redirectUrl: String?, config: Phone.Config.() -> Unit?)
Used to login a user
Link copied to clipboard
open suspend override fun signUp(supabaseClient: SupabaseClient, onSuccess: suspend (UserSession) -> Unit, redirectUrl: String?, config: Phone.Config.() -> Unit?): UserInfo?
Used to sign up a user.