|
24 | 24 | }, |
25 | 25 | "invalid": false, |
26 | 26 | "refresh_token": "foo_refresh_token", |
27 | | - "revoke_uri": "https://accounts.google.com/o/oauth2/revoke", |
| 27 | + "revoke_uri": "https://oauth2.googleapis.com/revoke", |
28 | 28 | "token_expiry": "2015-01-09T00:51:51Z", |
29 | 29 | "token_response": { |
30 | 30 | "access_token": "foo_access_token", |
31 | 31 | "expires_in": 3600, |
32 | 32 | "id_token": "foo_id_token", |
33 | 33 | "token_type": "Bearer" |
34 | 34 | }, |
35 | | - "token_uri": "https://accounts.google.com/o/oauth2/token", |
| 35 | + "token_uri": "https://oauth2.googleapis.com/token", |
36 | 36 | "user_agent": "Cloud SDK Command Line Tool" |
37 | 37 | }, |
38 | 38 | "key": { |
|
66 | 66 | }, |
67 | 67 | "invalid": false, |
68 | 68 | "refresh_token": "bar_refresh_token", |
69 | | - "revoke_uri": "https://accounts.google.com/o/oauth2/revoke", |
| 69 | + "revoke_uri": "https://oauth2.googleapis.com/revoke", |
70 | 70 | "token_expiry": "2015-01-09T00:51:51Z", |
71 | 71 | "token_response": { |
72 | 72 | "access_token": "bar_access_token", |
73 | 73 | "expires_in": 3600, |
74 | 74 | "id_token": "bar_id_token", |
75 | 75 | "token_type": "Bearer" |
76 | 76 | }, |
77 | | - "token_uri": "https://accounts.google.com/o/oauth2/token", |
| 77 | + "token_uri": "https://oauth2.googleapis.com/token", |
78 | 78 | "user_agent": "Cloud SDK Command Line Tool" |
79 | 79 | }, |
80 | 80 | "key": { |
|
91 | 91 | "_module": "oauth2client.client", |
92 | 92 | "_private_key_id": "00000000000000000000000000000000", |
93 | 93 | "_private_key_pkcs8_text": "-----BEGIN RSA PRIVATE KEY-----\nMIICWwIBAAKBgQCt3fpiynPSaUhWSIKMGV331zudwJ6GkGmvQtwsoK2S2LbvnSwU\nNxgj4fp08kIDR5p26wF4+t/HrKydMwzftXBfZ9UmLVJgRdSswmS5SmChCrfDS5OE\nvFFcN5+6w1w8/Nu657PF/dse8T0bV95YrqyoR0Osy8WHrUOMSIIbC3hRuwIDAQAB\nAoGAJrGE/KFjn0sQ7yrZ6sXmdLawrM3mObo/2uI9T60+k7SpGbBX0/Pi6nFrJMWZ\nTVONG7P3Mu5aCPzzuVRYJB0j8aldSfzABTY3HKoWCczqw1OztJiEseXGiYz4QOyr\nYU3qDyEpdhS6q6wcoLKGH+hqRmz6pcSEsc8XzOOu7s4xW8kCQQDkc75HjhbarCnd\nJJGMe3U76+6UGmdK67ltZj6k6xoB5WbTNChY9TAyI2JC+ppYV89zv3ssj4L+02u3\nHIHFGxsHAkEAwtU1qYb1tScpchPobnYUFiVKJ7KA8EZaHVaJJODW/cghTCV7BxcJ\nbgVvlmk4lFKn3lPKAgWw7PdQsBTVBUcCrQJATPwoIirizrv3u5soJUQxZIkENAqV\nxmybZx9uetrzP7JTrVbFRf0SScMcyN90hdLJiQL8+i4+gaszgFht7sNMnwJAAbfj\nq0UXcauQwALQ7/h2oONfTg5S+MuGC/AxcXPSMZbMRGGoPh3D5YaCv27aIuS/ukQ+\n6dmm/9AGlCb64fsIWQJAPaokbjIifo+LwC5gyK73Mc4t8nAOSZDenzd/2f6TCq76\nS1dcnKiPxaED7W/y6LJiuBT2rbZiQ2L93NJpFZD/UA==\n-----END RSA PRIVATE KEY-----\n", |
94 | | - "_revoke_uri": "https://accounts.google.com/o/oauth2/revoke", |
| 94 | + "_revoke_uri": "https://oauth2.googleapis.com/revoke", |
95 | 95 | "_scopes": "https://www.googleapis.com/auth/appengine.admin https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/devstorage.full_control https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/ndev.cloudman https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/sqlservice.admin https://www.googleapis.com/auth/prediction https://www.googleapis.com/auth/projecthosting", |
96 | 96 | "_service_account_email": " [email protected]", |
97 | 97 | "_service_account_id": "baz.serviceaccount.example.com", |
98 | | - "_token_uri": "https://accounts.google.com/o/oauth2/token", |
| 98 | + "_token_uri": "https://oauth2.googleapis.com/token", |
99 | 99 | "_user_agent": "Cloud SDK Command Line Tool", |
100 | 100 | "access_token": null, |
101 | 101 | "assertion_type": null, |
|
104 | 104 | "id_token": null, |
105 | 105 | "invalid": false, |
106 | 106 | "refresh_token": null, |
107 | | - "revoke_uri": "https://accounts.google.com/o/oauth2/revoke", |
| 107 | + "revoke_uri": "https://oauth2.googleapis.com/revoke", |
108 | 108 | "service_account_name": " [email protected]", |
109 | 109 | "token_expiry": null, |
110 | 110 | "token_response": null, |
|
0 commit comments