login
open suspend override fun login(supabaseClient: SupabaseClient, onSuccess: suspend (UserSession) -> Unit, redirectUrl: String?, config: OTP.Config.() -> Unit?)(source)
Used to login a user
Parameters
supabase Client
The SupabaseClient to import the session into
on Success
The callback to call when the login was successful
config
The configuration for the login