public static final class AuthorizationRequest.Display
extends java.lang.Object
All spec-defined values for the OpenID Connect 1.0 display parameter.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PAGE
The Authorization Server SHOULD display the authentication and consent UI
consistent with a full User Agent page view.
|
static java.lang.String |
POPUP
The Authorization Server SHOULD display the authentication and consent UI
consistent with a popup User Agent window.
|
static java.lang.String |
TOUCH
The Authorization Server SHOULD display the authentication and consent UI
consistent with a device that leverages a touch interface.
|
static java.lang.String |
WAP
The Authorization Server SHOULD display the authentication and consent UI
consistent with a “feature phone” type display.
|
| Constructor and Description |
|---|
Display() |
public static final java.lang.String PAGE
The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view. If the display parameter is not specified, this is the default display mode.
public static final java.lang.String POPUP
The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window. The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over.
public static final java.lang.String TOUCH
The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.
public static final java.lang.String WAP
The Authorization Server SHOULD display the authentication and consent UI consistent with a “feature phone” type display.