Uses of Enum Class
eu.righettod.TokenType
-
Uses of TokenType in eu.righettod
Methods in eu.righettod that return TokenTypeModifier and TypeMethodDescriptionstatic TokenType
Returns the enum constant of this class with the specified name.static TokenType[]
TokenType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.righettod with parameters of type TokenTypeModifier and TypeMethodDescriptionstatic boolean
SecurityUtils.applyJWTExtraValidation
(com.auth0.jwt.interfaces.DecodedJWT token, TokenType expectedTokenType, List<String> revokedTokenJTIList)