Uses of Class
uk.co.spudsoft.jwtvalidatorvertx.JWT
Packages that use JWT
-
Uses of JWT in uk.co.spudsoft.jwtvalidatorvertx
Methods in uk.co.spudsoft.jwtvalidatorvertx that return JWTMethods in uk.co.spudsoft.jwtvalidatorvertx that return types with arguments of type JWTModifier and TypeMethodDescriptionio.vertx.core.Future<JWT>
JwtValidatorVertx.validateToken
(String token, List<String> requiredAudList, boolean ignoreRequiredAud) Validate the token and either throw an exception or return it's constituent parts. -
Uses of JWT in uk.co.spudsoft.jwtvalidatorvertx.impl
Methods in uk.co.spudsoft.jwtvalidatorvertx.impl that return types with arguments of type JWTModifier and TypeMethodDescriptionio.vertx.core.Future<JWT>
JwtValidatorVertxImpl.validateToken
(String token, List<String> requiredAudList, boolean ignoreRequiredAud) Validate the token and either throw an exception or return it's constituent parts.