· 6 years ago · Jun 20, 2019, 02:14 PM
1{
2 "error": "invalid_grant",
3 "error_description": "Bad credentials"
4}
5
6{
7 "timestamp": "...",
8 "status": 400,
9 "path": "/oauth/token",
10 "errors": [
11 {
12 "code": 20,
13 "error": "Bad credentials",
14 "message": "The username and password provided are incorrect"
15 }
16 ]
17}