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