UNPKG

vulcain-corejs

Version:
15 lines (14 loc) 404 B
import * as passportStrategy from 'passport-strategy'; export declare class ApiKeyStrategy extends passportStrategy.Strategy { name: string; private _verify; constructor(verify: Function); /** * Authenticate request based on the contents of a HTTP Basic authorization * header. * * @param {Object} req * @api protected */ authenticate(req: any): void; }