Overview#
OAuth 2.0#
Invalid_request is defined in RFC 6750 and registered in the OAuth Parameters Registry.Invalid_request indicates The request is:
- missing a required parameter
- includes an unsupported parameter or parameter value (other than grant type)
- repeats the same parameter
- uses more than one method for including an access token
- includes multiple credentials
- utilizes more than one mechanism for authenticating the client
- or is otherwise malformed.