Access Token Error Example

For example, the following is an error response returned for an access token request which contains incorrect grant type:

Sample Response

For example, the error response is returned as follows:

Invalid Response: 400 Bad Request 

{ 

"error": "invalid_grant", 

"error_description": "Invalid username or password" 

}