Uses of Interface
tech.lastbox.jwt.TokenStore
-
Uses of TokenStore in tech.lastbox.jwt
Methods in tech.lastbox.jwt that return TokenStoreModifier and TypeMethodDescriptionJwtConfig.getTokenStore()Gets the token store used for saving and retrieving token entities.Constructors in tech.lastbox.jwt with parameters of type TokenStoreModifierConstructorDescriptionJwtConfig(JwtAlgorithm jwtAlgorithm, String secretKey, String issuer, long expirationAmount, ExpirationTimeUnit expirationTimeUnit, TokenStore tokenStore) Constructs a JwtConfig instance with all configurations, including a token store.JwtConfig(JwtAlgorithm jwtAlgorithm, String secretKey, List<String> issuers, long expirationAmount, ExpirationTimeUnit expirationTimeUnit, TokenStore tokenStore) Constructs a JwtConfig with multiple issuers and a token store.