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 classIncorrectClaimExceptionThis exception is thrown when the expected value is not found while verifying the Claims.classMissingClaimExceptionThis exception is thrown when the claim to be verified is missing.
-