sign Up
open suspend override fun signUp(supabaseClient: SupabaseClient, onSuccess: suspend (UserSession) -> Unit, redirectUrl: String?, config: C.() -> Unit?): R?(source)
Used to sign up a user.
Return
The result of the sign up or null, if autoconfirm is enabled
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