Type alias AuthorizerConfig

AuthorizerConfig: {
    body?: BodyConfig;
    extraHeaders?: ExtraHeadersConfig;
    extraParams?: ExtraParamsConfig;
    host: string;
    method?: string;
    path: string;
    port?: number;
    scheme?: string;
}

Type declaration

Generated using TypeDoc