Preparing search index...
The search index is not available
Mosaia Node.js SDK - v0.0.28
Mosaia Node.js SDK
AuthRequest
Interface AuthRequest
interface
AuthRequest
{
grant_type
:
"password"
|
"client"
|
"refresh"
;
email
?:
string
;
password
?:
string
;
client_id
?:
string
;
client_secret
?:
string
;
refresh_token
?:
string
;
}
Index
Properties
grant_
type
email?
password?
client_
id?
client_
secret?
refresh_
token?
Properties
grant_
type
grant_type
:
"password"
|
"client"
|
"refresh"
Optional
email
email
?:
string
Optional
password
password
?:
string
Optional
client_
id
client_id
?:
string
Optional
client_
secret
client_secret
?:
string
Optional
refresh_
token
refresh_token
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
grant_
type
email
password
client_
id
client_
secret
refresh_
token
Mosaia Node.js SDK - v0.0.28
Loading...