GrantType
It is used in token requests to specify the type of authorization grant being utilized. The acceptable values are:
client_credentials: client credentials grant typerefresh_token: refresh token grant typeurn:ietf:params:oauth:grant-type:token-exchange: token exchange grant typepassword: resource owner password (or "password") grant typeauthorization_code: authorization code grant type
stringGrantType (string)
It is used in token requests to specify the type of authorization grant being utilized. The acceptable values are:
client_credentials: client credentials grant typerefresh_token: refresh token grant typeurn:ietf:params:oauth:grant-type:token-exchange: token exchange grant typepassword: resource owner password (or "password") grant typeauthorization_code: authorization code grant type
Possible values: [client_credentials, refresh_token, urn:ietf:params:oauth:grant-type:token-exchange, password, authorization_code]
Example:
client_credentialsGrantType
"client_credentials"