CHJani / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Generate OAuth 2.0 scopes #359

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

https://www.googleapis.com/discovery/v1/apis/plus/v1/rest
"
auth: {
oauth2: {
scopes: {
https://www.googleapis.com/auth/plus.me: {
description: "Know who you are on Google"
}
}
}
},
"

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

All

Please describe the feature requested.

Generate helpful OAuth scope strings for each Google API.

Original issue reported on code.google.com by yan...@google.com on 23 Nov 2011 at 10:10

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 28 Nov 2011 at 5:17