Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FlowsVaultConnectioSetupApiKeyWithBaseUrl

    interface FlowsVaultConnectioSetupApiKeyWithBaseUrl {
        type: "API_KEY";
        api_key: string;
        base_url?: string;
    }
    Index

    Properties

    type: "API_KEY"
    api_key: string
    base_url?: string