Add noTimestamp option

This commit is contained in:
Matias Emanuel Surdi 2015-09-17 13:01:57 +02:00
parent 8e7c1b5912
commit 03f5ce9a40

View File

@ -27,6 +27,7 @@ declare module "jsonwebtoken" {
audience?: string;
subject?: string;
issuer?: string;
noTimestamp?: boolean;
}
export interface VerifyOptions {