OAuth 2.0 error

An OAuth 2.0 error

string
invalid_client

The type of the error returned.

The client credentials are not valid

The type of the error returned.

Response Example

{
  "error": "invalid_client",
  "error_description": "The client credentials are not valid"
}