Interface JwtIdGenerator


  • public interface JwtIdGenerator
    Generates the "jti" (JWT ID) claim, which provides a unique identifier for the JWT.
    Author:
    Sergio del Amo
    See Also:
    4.1.7. "jti" (JWT ID) Claim
    • Method Detail

      • generateJtiClaim

        java.lang.String generateJtiClaim()
        Returns:
        a case-sensitive String which is used as a unique identifier for the JWT.