public static final class AuthorizationRequest.ResponseMode extends Object
All spec-defined values for the OAuth2 / OpenID Connect response_mode parameter.
| Modifier and Type | Field and Description |
|---|---|
static String |
FRAGMENT
Instructs the authorization server to send response parameters using
the fragment portion of the redirect URI.
|
static String |
QUERY
Instructs the authorization server to send response parameters using
the query portion of the redirect URI.
|
| Constructor and Description |
|---|
ResponseMode() |
public static final String QUERY
Instructs the authorization server to send response parameters using the query portion of the redirect URI.
public static final String FRAGMENT
Instructs the authorization server to send response parameters using the fragment portion of the redirect URI.