jwtId
Gets the value of the jti
(JWT ID) claim, or null if it's not available. The jti
claim specifies provides a unique identifier for the JWT. This claim can be used to prevent the JWT from being replayed (allows a token to be used only once).