Config
constructor(serializer: SupabaseSerializer, email: String? = null, phone: String? = null, data: JsonObject? = null, createUser: Boolean = true, captchaToken: String? = null)(source)
Parameters
email
The email of the user
phone
The phone number of the user
data
Additional data to store with the user
createUser
Whether to create a new user if the user doesn't exist
captchaToken
The captcha token for the request