Interface for objects representing JWT Body.
User-defined attributes associated with the token
The token expiry date as Unix timestamp
The token issue date as Unix timestamp
The issuer of the token (i.e. Application ID)
The subject of the token (i.e. User identity)
Interface for objects representing JWT Body.