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 URL which will be appended to the email link generated.
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.