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

    Interface ConnectionOptionsOffice365

    Options for the 'office365' connection

    interface ConnectionOptionsOffice365 {
        client_id?: string;
        client_secret?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    client_id?: string
    client_secret?: string