Class JwtTokenValidator<T>

java.lang.Object
io.micronaut.security.token.jwt.validator.JwtTokenValidator<T>
Type Parameters:
T - Request
All Implemented Interfaces:
io.micronaut.core.order.Ordered, TokenValidator<T>

@Singleton public class JwtTokenValidator<T> extends Object implements TokenValidator<T>
Since:
1.0
Author:
Sergio del Amo
See Also: