UNPKG

@qelos/auth

Version:

Express Passport authentication service

4 lines (3 loc) 243 B
/// <reference types="qs" /> /// <reference types="express" /> declare function getAsyncVerifyUser(): Promise<import("express").RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, qs.ParsedQs, Record<string, any>>>;