UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

5 lines (4 loc) 254 B
import { Request, Response, NextFunction } from 'express'; export declare class StaticAuthService { static getStaticAuthMiddleware(endpointAuthToken: string, headerName?: string): ((req: Request, res: Response, next: NextFunction) => void) | null; }