ApiControllerTest__testLogin__1.json 623 B

123456789101112131415161718192021222324252627
  1. {
  2. "status_code": 200,
  3. "headers": {
  4. "pragma": [
  5. "no-cache"
  6. ],
  7. "cache-control": [
  8. "no-store, private"
  9. ],
  10. "content-type": [
  11. "application\/json; charset=UTF-8"
  12. ],
  13. "date": "Tue, 01 Jan 2019 00:00:00 CST",
  14. "x-ratelimit-limit": [
  15. "60"
  16. ],
  17. "x-ratelimit-remaining": [
  18. "59"
  19. ]
  20. },
  21. "content": {
  22. "token_type": "Bearer",
  23. "expires_in": "expires_in_ignore",
  24. "access_token": "access_token_ignore",
  25. "refresh_token": "refresh_token_ignore"
  26. }
  27. }