2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

Update index.d.ts

#118
This commit is contained in:
Root-Core 2019-07-24 16:52:32 +02:00 committed by GitHub
parent 28f9a4e409
commit d6d3eb66d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
types/index.d.ts vendored
View File

@ -32,6 +32,7 @@ declare module 'socketio-jwt' {
callback?: (false | number);
secret: (string | ((request: any, decodedToken: object, callback: ISocketCallback) => void));
encodedPropertyName?: string;
decodedPropertyName?: string;
auth_header_required?: boolean;
handshake?: boolean;