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

    Interface FlowsVaultConnectionHttpBasicAuthSetup

    interface FlowsVaultConnectionHttpBasicAuthSetup {
        type: "BASIC_AUTH";
        username: string;
        password?: string;
    }
    Index

    Properties

    type: "BASIC_AUTH"
    username: string
    password?: string