Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for objects representing JWT Body.

Hierarchy

  • IJwtBody

Index

Properties

Properties

Optional ada

User-defined attributes associated with the token

exp

exp: number

The token expiry date as Unix timestamp

iat

iat: number

The token issue date as Unix timestamp

iss

iss: string

The issuer of the token (i.e. Application ID)

sub

sub: string

The subject of the token (i.e. User identity)