Skip to main content
Module

x/authlete_deno/mod.ts>Display

Authlete Library for Deno
Go to Latest
class Display
Re-export
import { Display } from "https://deno.land/x/authlete_deno@v1.2.3/mod.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.