Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class ClaimType
extends BaseExtendedEnum
import { ClaimType } from "https://deno.land/x/authlete_deno@v1.2.9/src/type/claim_type.ts";

Claim types.

For more details, see OpenID Connect Core 1.0, 5.6. Claim Types.

Static Properties

readonly
AGGREGATED: ClaimType

aggregated (2).

Claims that are asserted by a Claims Provider other than the OpenID Provider but are returned by OpenID Provider.

readonly
DISTRIBUTED: ClaimType

distributed (3).

Claims that are asserted by a Claims Provider other than the OpenID Provider but are returned as references by the OpenID Provider.

readonly
NORMAL: ClaimType

normal (1).

Claims that are directly asserted by the OpenID Provider.