Options
All
  • Public
  • Public/Protected
  • All
Menu

JSON Web Token (JWT) as defined by RFC 7519.

From RFC 7519 Section 1. Introduction:
   The suggested pronunciation of JWT is the same as the English word "jot".

The JWT is not Thread-Safe and should not be re-used.

author

Daniel DeGroff

Hierarchy

  • JWT

Indexable

[otherClaims: string]: any

JSON Web Token (JWT) as defined by RFC 7519.

From RFC 7519 Section 1. Introduction:
   The suggested pronunciation of JWT is the same as the English word "jot".

The JWT is not Thread-Safe and should not be re-used.

Index

Properties

Properties

Optional aud

aud: any

Optional exp

exp: number

Optional iat

iat: number

Optional iss

iss: string

Optional jti

jti: string

Optional nbf

nbf: number

Optional sub

sub: string

Generated using TypeDoc