Body_login_oauth2_compatible_api_v1_auth_login_oauth2_post
grant_type object
anyOf
- string
- null
string
Possible values: Value must match regular expression ^password$
usernameUsername (string)required
passwordstring<password>required
scopeScope (string)
Default value:
client_id object
anyOf
- string
- null
string
client_secret password
anyOf
- string
- null
string
Body_login_oauth2_compatible_api_v1_auth_login_oauth2_post
{
"grant_type": "string",
"username": "string",
"password": "string",
"scope": "",
"client_id": "string",
"client_secret": "string"
}