@churchapps/apihelper
Version:
Library of helper functions not specific to any one ChurchApps project or framework.
7 lines • 352 B
TypeScript
import { interfaces } from "inversify-express-utils";
import express from "express";
import { Principal } from "./";
export declare class CustomAuthProvider implements interfaces.AuthProvider {
getUser(req: express.Request, _res: express.Response, _next: express.NextFunction): Promise<Principal>;
}
//# sourceMappingURL=CustomAuthProvider.d.ts.map