public class Oauth2Scopes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PLUS_LOGIN
View your basic profile info, including your age range and language.
|
static String |
PLUS_ME
Know who you are on Google.
|
static String |
USERINFO_EMAIL
View your email address.
|
static String |
USERINFO_PROFILE
View your basic profile info.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
all()
Returns an unmodifiable set that contains all scopes declared by this class.
|
public static final String PLUS_LOGIN
public static final String PLUS_ME
public static final String USERINFO_EMAIL
public static final String USERINFO_PROFILE
Copyright © 2011–2019 Google. All rights reserved.