OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/plus.login": { | 5 "https://www.googleapis.com/auth/plus.login": { |
6 "description": "Know your basic profile info and list of peo
ple in your circles." | 6 "description": "Know your basic profile info and list of peo
ple in your circles." |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/plus.me": { | 8 "https://www.googleapis.com/auth/plus.me": { |
9 "description": "Know who you are on Google" | 9 "description": "Know who you are on Google" |
10 }, | 10 }, |
11 "https://www.googleapis.com/auth/userinfo.email": { | 11 "https://www.googleapis.com/auth/userinfo.email": { |
12 "description": "View your email address" | 12 "description": "View your email address" |
13 }, | 13 }, |
14 "https://www.googleapis.com/auth/userinfo.profile": { | 14 "https://www.googleapis.com/auth/userinfo.profile": { |
15 "description": "View your basic profile info" | 15 "description": "View your basic profile info" |
16 } | 16 } |
17 } | 17 } |
18 } | 18 } |
19 }, | 19 }, |
20 "basePath": "/", | 20 "basePath": "/", |
21 "baseUrl": "https://www.googleapis.com/", | 21 "baseUrl": "https://www.googleapis.com/", |
22 "batchPath": "batch", | 22 "batchPath": "batch", |
23 "description": "Lets you access OAuth2 protocol related APIs.", | 23 "description": "Lets you access OAuth2 protocol related APIs.", |
24 "discoveryVersion": "v1", | 24 "discoveryVersion": "v1", |
25 "documentationLink": "https://developers.google.com/accounts/docs/OAuth2", | 25 "documentationLink": "https://developers.google.com/accounts/docs/OAuth2", |
26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/GL-dbqdl5oZGNiFahadB80nONis\"", | 26 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/lOq-EfXYTtqcVyexIQuHUyJSWYs\"", |
27 "icons": { | 27 "icons": { |
28 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 28 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
29 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 29 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
30 }, | 30 }, |
31 "id": "oauth2:v2", | 31 "id": "oauth2:v2", |
32 "kind": "discovery#restDescription", | 32 "kind": "discovery#restDescription", |
33 "methods": { | 33 "methods": { |
34 "tokeninfo": { | 34 "tokeninfo": { |
35 "httpMethod": "POST", | 35 "httpMethod": "POST", |
36 "id": "oauth2.tokeninfo", | 36 "id": "oauth2.tokeninfo", |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 "https://www.googleapis.com/auth/userinf
o.profile" | 136 "https://www.googleapis.com/auth/userinf
o.profile" |
137 ] | 137 ] |
138 } | 138 } |
139 } | 139 } |
140 } | 140 } |
141 } | 141 } |
142 } | 142 } |
143 } | 143 } |
144 } | 144 } |
145 }, | 145 }, |
146 "revision": "20140820", | 146 "revision": "20141029", |
147 "rootUrl": "https://www.googleapis.com/", | 147 "rootUrl": "https://www.googleapis.com/", |
148 "schemas": { | 148 "schemas": { |
149 "Tokeninfo": { | 149 "Tokeninfo": { |
150 "id": "Tokeninfo", | 150 "id": "Tokeninfo", |
151 "properties": { | 151 "properties": { |
152 "access_type": { | 152 "access_type": { |
153 "description": "The access type granted with this token. It
can be offline or online.", | 153 "description": "The access type granted with this token. It
can be offline or online.", |
154 "type": "string" | 154 "type": "string" |
155 }, | 155 }, |
156 "audience": { | 156 "audience": { |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "type": "boolean" | 234 "type": "boolean" |
235 } | 235 } |
236 }, | 236 }, |
237 "type": "object" | 237 "type": "object" |
238 } | 238 } |
239 }, | 239 }, |
240 "servicePath": "", | 240 "servicePath": "", |
241 "title": "Google OAuth2 API", | 241 "title": "Google OAuth2 API", |
242 "version": "v2" | 242 "version": "v2" |
243 } | 243 } |
OLD | NEW |