public static final class AuthorizationRequest.Scope
extends java.lang.Object
All spec-defined values for the OAuth2 / OpenID Connect 1.0 scope parameter.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADDRESS
A scope for the authenticated user’s mailing address.
|
static java.lang.String |
EMAIL
A scope for the authenticated user’s email address.
|
static java.lang.String |
OFFLINE_ACCESS
A scope for requesting an OAuth 2.0 refresh token to be issued, that can be used to
obtain an Access Token that grants access to the End-User’s UserInfo Endpoint even
when the End-User is not present (not logged in).
|
static java.lang.String |
OPENID
A scope for OpenID based authorization.
|
static java.lang.String |
PHONE
A scope for the authenticated user’s phone number.
|
static java.lang.String |
PROFILE
A scope for the authenticated user’s basic profile information.
|
| Constructor and Description |
|---|
Scope() |
public static final java.lang.String ADDRESS
A scope for the authenticated user’s mailing address.
public static final java.lang.String EMAIL
A scope for the authenticated user’s email address.
public static final java.lang.String OFFLINE_ACCESS
A scope for requesting an OAuth 2.0 refresh token to be issued, that can be used to obtain an Access Token that grants access to the End-User’s UserInfo Endpoint even when the End-User is not present (not logged in).
public static final java.lang.String OPENID
A scope for OpenID based authorization.
public static final java.lang.String PHONE
A scope for the authenticated user’s phone number.
public static final java.lang.String PROFILE
A scope for the authenticated user’s basic profile information.