@cfxlabsinc/b2b-services
    Preparing search index...

    Interface HookdeckDestinationAuth

    Outbound credential Hookdeck attaches when it calls the destination.

    type is Hookdeck's auth_type ("API_KEY", "BASIC_AUTH", "BEARER_TOKEN"); config is the matching blob, e.g. {to: "header", key: "x-api-key", api_key}.

    interface HookdeckDestinationAuth {
        config: Input<Record<string, Input<string>>>;
        type: Input<string>;
    }
    Index
    config: Input<Record<string, Input<string>>>
    type: Input<string>