Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: discovery/googleapis/oauth2__v2.json

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/mirror__v1.json ('k') | discovery/googleapis/pagespeedonline__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/oauth2__v2.json
diff --git a/discovery/googleapis/oauth2__v2.json b/discovery/googleapis/oauth2__v2.json
index 6468adf80c238645e7cf03457171178e532a45f9..ec95d0cb817df53671e619deb01cceafd8b2ab1b 100644
--- a/discovery/googleapis/oauth2__v2.json
+++ b/discovery/googleapis/oauth2__v2.json
@@ -23,7 +23,7 @@
"description": "Lets you access OAuth2 protocol related APIs.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/accounts/docs/OAuth2",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/x7FThRC1OZmHwbkYbDOWKsWuUA8\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/I-Kz7nVLqL3C3aFzaPv8bMiNptU\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -50,6 +50,10 @@
"id_token": {
"location": "query",
"type": "string"
+ },
+ "token_handle": {
+ "location": "query",
+ "type": "string"
}
},
"path": "oauth2/v2/tokeninfo",
@@ -151,7 +155,7 @@
}
}
},
- "revision": "20150120",
+ "revision": "20150319",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Jwk": {
@@ -217,8 +221,12 @@
"description": "The space separated list of scopes granted to this token.",
"type": "string"
},
+ "token_handle": {
+ "description": "The token handle associated with this token.",
+ "type": "string"
+ },
"user_id": {
- "description": "The Gaia obfuscated user id.",
+ "description": "The obfuscated user id.",
"type": "string"
},
"verified_email": {
@@ -252,7 +260,7 @@
"type": "string"
},
"id": {
- "description": "The focus obfuscated gaia id of the user.",
+ "description": "The obfuscated ID of the user.",
"type": "string"
},
"link": {
« no previous file with comments | « discovery/googleapis/mirror__v1.json ('k') | discovery/googleapis/pagespeedonline__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698