(audience): Recipient for which the JWT is intended
(expiration time): Time after which the JWT expires
(issued at time): Time at which the JWT was issued; can be used to determine age of the JWT
(issuer): Issuer of the JWT
(not before time): Time before which the JWT must not be accepted for processing
(subject): Subject of the JWT (the user)
Generated using TypeDoc
Options for creating a JWS string.