Skip to main content
Module

x/authlete_deno/mod.ts>SubjectType

Authlete Library for Deno
Latest
class SubjectType
Re-export
import { SubjectType } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";

Values for subject_type.

For more details, see OpenID Connect Core 1.0, 8. Subject Identifier Types.

Static Properties

readonly
PAIRWISE: SubjectType

pairwise (2).

This provides a different sub value to each sector identifier, so as not to enable Clients to correlate the End-User's activities without permission. See 8.1. Pairwise Identifier Algorithm for details.

readonly
PUBLIC: SubjectType

public (1).

This provides the same sub (subject) value to all Clients. It is the default if the provider has no subject_types_supported element in its discovery document.