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

    Interface OrganizationConnectionInformation

    interface OrganizationConnectionInformation {
        name?: string;
        strategy?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    name?: string

    The name of the enabled connection.

    strategy?: string

    The strategy of the enabled connection.