OpenFin Workspace API
    Preparing search index...

    Interface Microsoft365ConnectionConfig

    interface Microsoft365ConnectionConfig {
        clientId: string;
        redirectUri: string;
        tenantId: string;
    }
    Index
    clientId: string

    The client ID of the Microsoft 365 application.

    redirectUri: string

    The redirect URI of the Microsoft 365 application.

    tenantId: string

    The tenant ID of the Microsoft 365 application.