public interface TokenValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validate(io.jsonwebtoken.Claims tokenContent)
Validates each attribute that is relevant to check in a JWT.
|
void validate(io.jsonwebtoken.Claims tokenContent)
throws be.looorent.micronaut.security.SecurityException
tokenContent - a token's bodyjava.lang.SecurityException - if a validation error occursbe.looorent.micronaut.security.SecurityException