UNPKG

156 BTypeScriptView Raw
1export declare class ApiKeyVerification {
2 static verifyApiKey(apiKey: any): (req: any, authOrSecDef: any, scopesOrApiKey: any, callback: any) => any;
3}