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