mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Add missing attributes to VerifyOptions
This commit is contained in:
Vendored
+2
@@ -36,8 +36,10 @@ declare module "jsonwebtoken" {
|
||||
}
|
||||
|
||||
export interface VerifyOptions {
|
||||
algorithms?: string[];
|
||||
audience?: string;
|
||||
issuer?: string;
|
||||
ignoreExpiration?: boolean;
|
||||
maxAge?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user