NDEx JavaScript Client API Reference - v0.6.0-alpha.5
    Preparing search index...

    Interface BasicAuth

    interface BasicAuth {
        type: "basic";
        username: string;
        password: string;
    }
    Index

    Properties

    type: "basic"
    username: string
    password: string