Optional
dataOptional
emailThe user's email.
Optional
nonceThe nonce sent for reauthentication if the user's password is to be updated.
Call reauthenticate() to obtain the nonce first.
Optional
passwordThe user's password.
Optional
phoneThe user's phone.
Generated using TypeDoc
A custom data object to store the user's metadata. This maps to the
auth.users.raw_user_meta_data
column.The
data
should be a JSON object that includes user-specific info, such as their first and last name.