UNPKG

@qelos/auth

Version:

Express Passport authentication service

4 lines (3 loc) 233 B
/// <reference types="qs" /> import { RequestHandler } from 'express'; export declare const authConfigCheck: RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>>;