Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserAttributes

Hierarchy

  • UserAttributes

Index

Properties

data?: object

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.

email?: string

The user's email.

nonce?: string

The nonce sent for reauthentication if the user's password is to be updated.

Call reauthenticate() to obtain the nonce first.

password?: string

The user's password.

phone?: string

The user's phone.

Generated using TypeDoc