OAuth2 Error Codes
OAuth2 Error Codes (according to RFC 6749):
invalid_request
unauthorized_user (in RFC6749 it is error named unauthorized_client)
access_denied
unsupported_response_type
invalid_scope
server_error
temporarily_unavailable
For each OAuth2 error is returned HTTP status code 400.
Above OAuth2 errors descriptions are available at:
http://tools.ietf.org/html/rfc6749#section-4.1.2.1.
See also
Previous articles:
Next articles:
Go back to: Output Data Format.