mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-22 17:10:31 +00:00
Merge pull request #33896 from mehtaphysical/master
express-jwt: Remove skip from jwt.Options
This commit is contained in:
Vendored
-1
@@ -37,7 +37,6 @@ declare namespace jwt {
|
||||
export interface Options {
|
||||
secret: secretType | SecretCallback | SecretCallbackLong;
|
||||
userProperty?: string;
|
||||
skip?: string[];
|
||||
credentialsRequired?: boolean;
|
||||
isRevoked?: IsRevokedCallback;
|
||||
requestProperty?: string;
|
||||
|
||||
Reference in New Issue
Block a user