Authentication method with email and password
Types
Link copied to clipboard
@Serializable
The configuration for the email 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: Email.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: Email.Config.() -> Unit?): UserInfo?
Used to sign up a user.