Hierarchy

  • JWTPayload
    • ICTPayload

Properties

Properties

aud?: string | string[]

JWT Audience.

Typically the Client ID of the End-User's Client.

JWT Confirmation.

Contains the verified public key of the Client.

ctx: string | string[]

JWT End-to-End Context.

A string or array of strings which define the granted authentication context of the ICT.

exp: number

JWT Expiration Time.

The seconds-precision Unix timestamp when the ICT expires.

iat: number

JWT Issued At.

The seconds-precision Unix timestamp when the ICT was issued.

iss: string

JWT Issuer.

Typically the base URL of the OpenID Provider.

jti: string

JWT ID.

A randomly generated string that is unique for the combination of issuer and subject within the lifespan of the ICT.

nbf?: number

JWT Not Before.

The seconds-precision Unix timestamp when the ICT becomes valid.

sub: string

JWT Subject.

Typically the identifier of the End-User.

Generated using TypeDoc