Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/authlete_deno/src/type/display.ts>Display

Authlete Library for Deno
Go to Latest
class Display
import { Display } from "https://deno.land/x/authlete_deno@v1.2.9/src/type/display.ts";

Values for display.

For more details, see OpenID Connect Core 1.0, 3.1.2.1. Authentication Request.

Static Properties

readonly
PAGE: Display

page (1).

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.

readonly
POPUP: Display

popup (2).

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.

readonly
TOUCH: Display

touch (3).

The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.

readonly
WAP: Display

wap (4).

The Authorization Server SHOULD display the authentication and consent UI consistent with a 'feature phone' type display.