Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DecodedJWT

Interface to represent a JWT.

Hierarchy

Indexable

[otherKey: string]: any

Interface to represent a JWT.

Index

Properties

Properties

Optional aud

aud: string[]

Optional exp

exp: number

Optional iat

iat: number

Optional iss

iss: string

Optional jti

jti: string

Optional nbf

nbf: string

Optional sub

sub: string