Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for creating a JWS string.

Hierarchy

  • StandardClaims

Index

Properties

Properties

Optional aud

aud: string

(audience): Recipient for which the JWT is intended

Optional exp

exp: number

(expiration time): Time after which the JWT expires

Optional iat

iat: number

(issued at time): Time at which the JWT was issued; can be used to determine age of the JWT

Optional iss

iss: string

(issuer): Issuer of the JWT

Optional nbf

nbf: number

(not before time): Time before which the JWT must not be accepted for processing

Optional sub

sub: string

(subject): Subject of the JWT (the user)

Generated using TypeDoc