ApiControllerTest__testLoginInvalidPassword__1.json 545 B

1234567891011121314151617181920212223
  1. {
  2. "status_code": 400,
  3. "headers": {
  4. "content-type": [
  5. "application\/json"
  6. ],
  7. "cache-control": [
  8. "no-cache, private"
  9. ],
  10. "date": "Tue, 01 Jan 2019 00:00:00 CST",
  11. "x-ratelimit-limit": [
  12. "60"
  13. ],
  14. "x-ratelimit-remaining": [
  15. "59"
  16. ]
  17. },
  18. "content": {
  19. "error": "invalid_grant",
  20. "error_description": "The user credentials were incorrect.",
  21. "message": "The user credentials were incorrect."
  22. }
  23. }