UNPKG

@qelos/auth

Version:

Express Passport authentication service

3 lines (2 loc) 178 B
import { Response, NextFunction } from 'express'; export declare function authCallback(req: any, res: Response, next: NextFunction): Promise<Response<any, Record<string, any>>>;