ordercloud-javascript-sdk
    Preparing search index...

    Interface HttpConfig

    interface HttpConfig {
        CustomAuthHeaderName?: string;
        CustomAuthHeaderValue?: string;
        Endpoint?: string;
        Secret?: string;
    }
    Index
    CustomAuthHeaderName?: string
    CustomAuthHeaderValue?: string
    Endpoint?: string
    Secret?: string