Google OAuth2 API v2 (revision 38)



com.google.api.services.oauth2
Class Oauth2Scopes

java.lang.Object
  extended by com.google.api.services.oauth2.Oauth2Scopes

public class Oauth2Scopes
extends Object

Available OAuth 2.0 scopes for use with the Google OAuth2 API.

Since:
1.4

Field Summary
static String PLUS_LOGIN
          Know your name, basic info, and list of people you're connected to on Google+.
static String PLUS_ME
          Know who you are on Google.
static String USERINFO_EMAIL
          View your email address.
static String USERINFO_PROFILE
          View basic information about your account.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUS_LOGIN

public static final String PLUS_LOGIN
Know your name, basic info, and list of people you're connected to on Google+.

See Also:
Constant Field Values

PLUS_ME

public static final String PLUS_ME
Know who you are on Google.

See Also:
Constant Field Values

USERINFO_EMAIL

public static final String USERINFO_EMAIL
View your email address.

See Also:
Constant Field Values

USERINFO_PROFILE

public static final String USERINFO_PROFILE
View basic information about your account.

See Also:
Constant Field Values