UserUpdateBuilder
@Serializable
A builder for updating a user.
Parameters
email
The user's new email address
password
The user's new password
phone
The user's new phone number
nonce
The nonce sent for reauthentication if the user's password is to be updated. Call Auth.reauthenticate to send the nonce to the user's email.
data
Extra user metadata
Constructors
Link copied to clipboard
constructor(email: String? = null, password: String? = null, phone: String? = null, nonce: String? = null, data: JsonObject? = null, serializer: SupabaseSerializer = KotlinXSerializer())