diff --git a/src/verifier.js b/src/verifier.js index 75d0f9a..aa191f0 100644 --- a/src/verifier.js +++ b/src/verifier.js @@ -178,7 +178,7 @@ function validateClaimDateValue(value, modifier, now, greater, errorCode, errorV function verifyToken( key, { input, header, payload, signature }, - { validators, allowedAlgorithms, checkTyp, clockTimestamp, clockTolerance, requiredClaims } + { validators, allowedAlgorithms, checkTyp, clockTimestamp, requiredClaims } ) { // Verify the key /* istanbul ignore next */