@Deprecated public interface JwtClaimsSetVerifier
JwtAccessTokenConverter| Modifier and Type | Method and Description |
|---|---|
void |
verify(Map<String,Object> claims)
Deprecated.
Verify the claim(s) in the JWT Claims Set.
|
void verify(Map<String,Object> claims) throws InvalidTokenException
claims - the JWT Claims SetInvalidTokenException - if at least one claim failed verificationCopyright © 2021. All rights reserved.