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

    Interface CyNDExAuthConfig

    Authentication configuration for NDEx operations This is used as parameters passed to Cytoscape for NDEx authentication

    interface CyNDExAuthConfig {
        type: AuthType;
        username?: string;
        password?: string;
        idToken?: string;
    }
    Index

    Properties

    type: AuthType
    username?: string
    password?: string
    idToken?: string