botbook/node_modules/@azure/static-web-apps-cli/dist/msha/handlers/auth.handler.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

7 lines
No EOL
692 B
TypeScript

import type http from "node:http";
export declare function handleAuthRequest(req: http.IncomingMessage, res: http.ServerResponse, matchedRoute: SWAConfigFileRoute | undefined, userConfig: SWAConfigFile | undefined): Promise<void>;
export declare function getAuthBlockResponse(req: http.IncomingMessage, res: http.ServerResponse, userConfig: SWAConfigFile | undefined, matchingRoute: SWAConfigFileRoute): void;
export declare function isAuthRequest(req: http.IncomingMessage): boolean;
export declare function isLoginRequest(requestPath: string | undefined): boolean;
export declare function isLogoutRequest(requestPath: string | undefined): boolean;
//# sourceMappingURL=auth.handler.d.ts.map