Stay organized with collections Save and categorize content based on your preferences.
public final class Scopes
OAuth 2.0 scopes for use with Google Play services. See the specific client methods for details on which scopes are required.
Summary Constantsstatic final String
APP_STATE = "https://www.googleapis.com/auth/appstate"
Scope for using the App State service.
static final String
CLOUD_SAVE = "https://www.googleapis.com/auth/datastoremobile"
Scope for using the CloudSave service.
static final String
DRIVE_APPFOLDER = "https://www.googleapis.com/auth/drive.appdata"
Scope for accessing appfolder files from Google Drive.
static final String
DRIVE_FILE = "https://www.googleapis.com/auth/drive.file"
Scope for access user-authorized files from Google Drive.
static final String
EMAIL = "email"
OAuth 2.0 scope for accessing user's Google account email address.
static final String
GAMES = "https://www.googleapis.com/auth/games"
Scope for accessing data from Google Play Games.
static final String
PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login"
This field is deprecated.
We recommend switching to PROFILE
scope to get the one-tap sign-in experience.
static final String
PLUS_ME = "https://www.googleapis.com/auth/plus.me"
This scope was previously named PLUS_PROFILE.
static final String
PROFILE = "profile"
OAuth 2.0 scope for viewing a user's basic profile information.
Constantspublic static final String APP_STATE = "https://www.googleapis.com/auth/appstate"
Scope for using the App State service.
public static final String CLOUD_SAVE = "https://www.googleapis.com/auth/datastoremobile"
Scope for using the CloudSave service.
public static final String DRIVE_APPFOLDER = "https://www.googleapis.com/auth/drive.appdata"
Scope for accessing appfolder files from Google Drive.
public static final String DRIVE_FILE = "https://www.googleapis.com/auth/drive.file"
Scope for access user-authorized files from Google Drive.
public static final String EMAIL = "email"
OAuth 2.0 scope for accessing user's Google account email address.
public static final String GAMES = "https://www.googleapis.com/auth/games"
Scope for accessing data from Google Play Games.
public static final String PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login"This field 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:
public static final String PLUS_ME = "https://www.googleapis.com/auth/plus.me"
This scope was previously named PLUS_PROFILE.
When using this scope, it does the following:
public static final String PROFILE = "profile"
OAuth 2.0 scope for viewing a user's basic profile information.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`Scopes` provides OAuth 2.0 scopes for use with Google Play services, defining access levels to various Google APIs."],["These scopes control access to user data like email, Google Drive files, app state, and basic profile information."],["Some scopes, like `PLUS_LOGIN`, are deprecated and replaced by more streamlined alternatives such as `PROFILE`."],["Developers should carefully select the necessary scopes to minimize the amount of user data requested, ensuring privacy and enhancing user trust."],["Scopes are implemented as string constants that represent the specific permissions being requested."]]],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4