Google OAuth2 API v2 (revision 30)



com.google.api.services.oauth2
Class Oauth2Scopes

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

public class Oauth2Scopes
extends java.lang.Object

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

Since:
1.4

Field Summary
static java.lang.String PLUS_ME
          Know who you are on Google.
static java.lang.String USERINFO_EMAIL
          View your email address.
static java.lang.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_ME

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

See Also:
Constant Field Values

USERINFO_EMAIL

public static final java.lang.String USERINFO_EMAIL
View your email address.

See Also:
Constant Field Values

USERINFO_PROFILE

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

See Also:
Constant Field Values