mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add noTimestamp option
This commit is contained in:
parent
8e7c1b5912
commit
03f5ce9a40
1
jsonwebtoken/jsonwebtoken.d.ts
vendored
1
jsonwebtoken/jsonwebtoken.d.ts
vendored
@ -27,6 +27,7 @@ declare module "jsonwebtoken" {
|
||||
audience?: string;
|
||||
subject?: string;
|
||||
issuer?: string;
|
||||
noTimestamp?: boolean;
|
||||
}
|
||||
|
||||
export interface VerifyOptions {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user