Aller au contenu principal

Body_login_oauth2_compatible_api_v1_auth_login_oauth2_post

grant_type object
anyOf
string

Possible values: Value must match regular expression ^password$

usernameUsername (string)required
passwordstring<password>required
scopeScope (string)
Default value:
client_id object
anyOf
string
client_secret password
anyOf
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"
}