Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement