API Documentation
Preparing search index...
api
LoginCredentials
Interface LoginCredentials
Login credentials.
interface
LoginCredentials
{
password
?:
string
;
username
?:
string
;
}
Index
Properties
password?
username?
Properties
Optional
password
password
?:
string
Password.
Optional
username
username
?:
string
Name of the user.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
password
username
API Documentation
Loading...
Login credentials.