FoxoChat.js Packages
Preparing search index...
@foxochat/api-types
RESTPostAPIAuthRegisterBody
Interface RESTPostAPIAuthRegisterBody
The body of POST /auth/register.
interface
RESTPostAPIAuthRegisterBody
{
email
:
string
;
password
:
string
;
username
:
string
;
}
Index
Properties
email
password
username
Properties
email
email
:
string
The user's email.
password
password
:
string
The user's password.
username
username
:
string
The user's username.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
password
username
FoxoChat.js Packages
Loading...
The body of POST /auth/register.