Skip to main content
Latest
class UserIdentificationHintType
Re-export
import { UserIdentificationHintType } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";

Types of hints for end-user identification.

Static Properties

readonly
ID_TOKEN_HINT: UserIdentificationHintType

id_token_hint (1).

An ID token previously issued to the client.

readonly
LOGIN_HINT: UserIdentificationHintType

login_hint (2).

An arbitrary string whose interpretation varies depending on contexts.

readonly
LOGIN_HINT_TOKEN: UserIdentificationHintType

login_hint_token (3).

A token whose format is deployment or profile specific.