Unix timestamp of when the token expires
Unix timestamp of when the token was issued
The issuer of the token, usually will equal to "api-gateway"
The JWT ID, a unique identifier for the token
The meta object contains additional information about the token, or the token's owner
Unix timestamp of when the token becomes active
The internal micro service id, which requested the token
For internal tokens, the type will always be "internal"
The structure of a JWT token for an internal micro service. A token of this type will only be used for internal communication between micro services.