IncorrectClaimException
class IncorrectClaimException(val claimName: String, val expected: Any?, val actual: Any?) : JwtException(source)
Thrown when a claim is present in the token but its value does not match the expected value.