public interface JwtClaimVerifier
| Modifier and Type | Method and Description |
|---|---|
void |
verify(Object claim)
Assert that the claimed value is valid.
|
void verify(@Nonnull Object claim) throws JwtVerificationException, JwtParseException
claim - The value of the JWT claim.JwtVerificationException - if the claim is invalid or could not be verifiedJwtParseException - if the claim cannot be parsedCopyright © 2023 Atlassian. All rights reserved.