Interface JtiGenerator


public interface JtiGenerator
Generates the "jti" (Token ID) claim, which provides a unique identifier for the token.
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.