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:
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • generateJtiClaim

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