Record: Payload
Represents JWT payload.
Fields
- iss string?
- sub string?
- aud string | string[ ]?
- exp int?
- nbf int?
- iat int?
- jti string?
Issuer, identifies the principal that issued the JWT
Subject, identifies the principal that is the subject of the JWT
Audience, identifies the recipients that the JWT is intended for
Expiration time, identifies the expiration time (seconds since the Epoch) on or after which the JWT must not be accepted
Not before, identifies the time (seconds since the Epoch) before which the JWT must not be accepted
Issued at, identifies the time (seconds since the Epoch) at which the JWT was issued
JWT ID, unique identifier for the JWT