SignUpCredentials interface
Credentials for user sign up. After signup, clients must call signIn() to obtain an access token.
Property Details
The user's email address.
email: string
Property Value
string
password
The user's chosen password.
password: string
Property Value
string