grant types

From wikieduonline
Jump to navigation Jump to search

authorization_code, client_credentials, refresh_token
grant_types    = ["authorization_code"]
grant_types    = ["authorization_code", "refresh_token"]


 "error": "unauthorized_client",
 "error_description": "The client is not authorized to use the provided grant type. Configured grant types: [authorization_code]."
 "error": "invalid_client",
 "error_description": "The client secret supplied for a confidential client is invalid."

Related[edit]

See also[edit]

Advertising: