Class Scopes
- java.lang.Object
-
- com.amazon.A3L.authentication.common.Scopes
-
public final class Scopes extends java.lang.Object
Contains the list of all available Scopes supported by GoogleSignIn
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EMAIL
OAuth 2.0 scope for accessing user's Google account email address.static java.lang.String
OPENID
OAuth 2.0 scope for accessing open id for the profile.static java.lang.String
PROFILE
OAuth 2.0 scope for viewing a user's basic profile information.
-
Constructor Summary
Constructors Constructor Description Scopes()
-
-
-
Field Detail
-
EMAIL
public static final java.lang.String EMAIL
OAuth 2.0 scope for accessing user's Google account email address.- See Also:
- Constant Field Values
-
PROFILE
public static final java.lang.String PROFILE
OAuth 2.0 scope for viewing a user's basic profile information.- See Also:
- Constant Field Values
-
OPENID
public static final java.lang.String OPENID
OAuth 2.0 scope for accessing open id for the profile.- See Also:
- Constant Field Values
-
-