Worldline Connect Node.js SDK
    Preparing search index...

    Interface ProxyConfiguration

    interface ProxyConfiguration {
        credentials?: string;
        host: string;
        port?: number;
        scheme?: "http" | "https";
    }
    Index

    Properties

    credentials?: string
    host: string
    port?: number
    scheme?: "http" | "https"