Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. {
  2. "auth_service": {
  3. "clients": [
  4. "thumbnail_sync",
  5. "sync",
  6. "ticl_invalidator"
  7. ],
  8. "last_session_end_reason": "UNKNOWN",
  9. "pending_access_token_requests": 0,
  10. "refresh_token_request_pending": false
  11. },
  12. "network_manager": {
  13. "base_request_urls": {
  14. "OAUTH1": "https://auth.opera.com/",
  15. "OAUTH2": "https://accounts.opera.com/"
  16. },
  17. "requests": [
  18. {
  19. "base_request_url": "OAUTH2",
  20. "consumer": "oauth1_migrator",
  21. "detail": "oauth1_token ALL W-082E5F2292C6 ",
  22. "last_request_time": 1488528538324.279,
  23. "last_request_time_str": "Friday, March 3, 2017 at 11:08:58 AM",
  24. "last_response": {
  25. "http_status": 307,
  26. "network_error": "net::ERR_ABORTED",
  27. "request_status": "HTTP_PROBLEM",
  28. "response_time": 1488528538328.984,
  29. "response_time_str": "Friday, March 3, 2017 at 11:08:58 AM"
  30. },
  31. "next_request_time": 1488528546216.274,
  32. "next_request_time_str": "Friday, March 3, 2017 at 11:09:06 AM",
  33. "path": "/oauth2/v1/token/",
  34. "request_count": 4,
  35. "type": 1
  36. }
  37. ]
  38. },
  39. "oauth1_migrator": {
  40. "migration_possible": true,
  41. "migration_result": "UNSET",
  42. "migration_token_request_pending": true,
  43. "oauth1_renew_token_request_pending": false
  44. },
  45. "session": {
  46. "id": "20418d53-4515-483e-bdc2-8b27dd6c5775",
  47. "password_present": false,
  48. "refresh_token_present": false,
  49. "start_time": 1488528530945.317,
  50. "start_time_str": "Friday, March 3, 2017 at 11:08:50 AM",
  51. "start_type": "OAUTH1",
  52. "state": "STARTING",
  53. "user_id": "",
  54. "username": "<my_login>"
  55. },
  56. "sync_service": {
  57. "status": "enabled; is_configuring; logged_in; has_auth_error; auth_error=1; bs=WARNING; ts=WARNING"
  58. },
  59. "token_cache": {
  60. "tokens": []
  61. }
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement