Will ensure that the exp is present.
Will ensure that the exp is present.
It'll not check its value nor the validity of its value.
The DefaultJWTClaimsVerifier will check the token expiration vut only if exp claim is present.
We could need to require its presence.
Will ensure that the token_use claim is equal to the passed String value.
Will ensure that the iss claim contains the passed String value.
Will ensure that the sub claim is present.