public static final class AuthorizationRequest.Display extends Object
All spec-defined values for the OpenID Connect 1.0 display
parameter.
Modifier and Type | Field and Description |
---|---|
static String |
PAGE
The Authorization Server SHOULD display the authentication and consent UI
consistent with a full User Agent page view.
|
static String |
POPUP
The Authorization Server SHOULD display the authentication and consent UI
consistent with a popup User Agent window.
|
static String |
TOUCH
The Authorization Server SHOULD display the authentication and consent UI
consistent with a device that leverages a touch interface.
|
static 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 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 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 String TOUCH
The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.
public static final String WAP
The Authorization Server SHOULD display the authentication and consent UI consistent with a “feature phone” type display.