SignUpCredentials interface

Credentials for user sign up. After signup, clients must call signIn() to obtain an access token.

Properties

email

The user's email address.

password

The user's chosen password.

Property Details

email

The user's email address.

email: string

Property Value

string

password

The user's chosen password.

password: string

Property Value

string