From 03f5ce9a40dcc719f681faa02b68cf61bd123a25 Mon Sep 17 00:00:00 2001 From: Matias Emanuel Surdi Date: Thu, 17 Sep 2015 13:01:57 +0200 Subject: [PATCH] Add noTimestamp option --- jsonwebtoken/jsonwebtoken.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/jsonwebtoken/jsonwebtoken.d.ts b/jsonwebtoken/jsonwebtoken.d.ts index 9f0baef2bc..205970f6a1 100644 --- a/jsonwebtoken/jsonwebtoken.d.ts +++ b/jsonwebtoken/jsonwebtoken.d.ts @@ -27,6 +27,7 @@ declare module "jsonwebtoken" { audience?: string; subject?: string; issuer?: string; + noTimestamp?: boolean; } export interface VerifyOptions {