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

x/authlete_deno/mod.ts>ClaimType

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