A custom data object to store the user's metadata. This maps to the auth.users.raw_user_meta_data column.
auth.users.raw_user_meta_data
The data should be a JSON object that includes user-specific info, such as their first and last name.
data
The user's email.
The nonce sent for reauthentication if the user's password is to be updated.
Call reauthenticate() to obtain the nonce first.
The user's password.
The 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.