public class Oauth2Scopes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
OPENID
Associate you with your personal info on Google.
|
static String |
USERINFO_EMAIL
View your email address.
|
static String |
USERINFO_PROFILE
See your personal info, including any personal info you've made publicly available.
|
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 USERINFO_EMAIL
public static final String USERINFO_PROFILE
public static final String OPENID
Copyright © 2011–2022 Google. All rights reserved.