signUp
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
supabaseClient
The SupabaseClient to import the session into
onSuccess
The callback to call when the login was successful
config
The configuration for the login