Uses of Class
com.auth0.jwt.exceptions.InvalidClaimException
-
Packages that use InvalidClaimException Package Description com.auth0.jwt.exceptions -
-
Uses of InvalidClaimException in com.auth0.jwt.exceptions
Subclasses of InvalidClaimException in com.auth0.jwt.exceptions Modifier and Type Class Description class
IncorrectClaimException
This exception is thrown when the expected value is not found while verifying the Claims.class
MissingClaimException
This exception is thrown when the claim to be verified is missing.
-