public interface JWTClaimsVerifier
JWT processing
(after the JWT is successfully verified (for JWS) or decrypted (for JWE)).| Modifier and Type | Method and Description |
|---|---|
void |
verify(JWTClaimsSet claimsSet)
Performs verification of selected or all claims in the specified JWT
claims set.
|
void verify(JWTClaimsSet claimsSet) throws BadJWTException
claimsSet - The JWT claims set. Not null.BadJWTException - If the JWT claims set is rejected.Copyright © 2016 Connect2id Ltd.. All rights reserved.