OAuth 2.0 scopes for use with Google Play services. See the specific client methods for details on which scopes are required.
| String | APP_STATE | Scope for using the App State service. |
| String | CLOUD_SAVE | Scope for using the CloudSave service. |
| String | DRIVE_APPFOLDER | Scope for accessing appfolder files from Google Drive. |
| String | DRIVE_FILE | Scope for access user-authorized files from Google Drive. |
| String | OAuth 2.0 scope for accessing user's Google account email address. | |
| String | GAMES | Scope for accessing data from Google Play Games. |
| String | PLUS_LOGIN |
This constant is deprecated. We recommend switching to PROFILE
scope to get the one-tap sign-in experience. See Getting Profile
Information. Your app will get much higher sign-in completion rate by switching
to profile scopes because of the streamlined user experience. And your existing
users with PLUS_LOGIN grant will not be asked to sign-in again.
If you really need user's age range and locale information (which is the only additional information you can get from PLUS_LOGIN as of September 2016), use below scopes in addition to PROFILE:
|
| String | PLUS_ME | This scope was previously named PLUS_PROFILE. |
| String | PROFILE | OAuth 2.0 scope for viewing a user's basic profile information. |
Scope for using the App State service.
Scope for using the CloudSave service.
Scope for accessing appfolder files from Google Drive.
Scope for access user-authorized files from Google Drive.
OAuth 2.0 scope for accessing user's Google account email address.
Scope for accessing data from Google Play Games.
This constant is deprecated.
We recommend switching to PROFILE
scope to get the one-tap sign-in experience. See Getting Profile
Information. Your app will get much higher sign-in completion rate by switching to
profile scopes because of the streamlined user experience. And your existing users with
PLUS_LOGIN grant will not be asked to sign-in again.
If you really need user's age range and locale information (which is the only additional information you can get from PLUS_LOGIN as of September 2016), use below scopes in addition to PROFILE:
OAuth 2.0 scope for accessing the user's name, basic profile info and Google+ profile info.
When using this scope, your app will have access to:
This scope was previously named PLUS_PROFILE.
When using this scope, it does the following:
OAuth 2.0 scope for viewing a user's basic profile information.