Member Junction
    Preparing search index...

    Options passed to NativeMeetingModule.createClient. Credentials are resolved upstream.

    interface NativeClientOptions {
        AccessToken?: string;
        AppId?: string;
        TenantId?: string;
    }
    Index

    Properties

    AccessToken?: string

    A pre-resolved OAuth bearer / application token, when the deployment computes it out-of-band.

    AppId?: string

    The bot's Azure AD application (client) id (resolved upstream).

    TenantId?: string

    The Azure tenant id the bot operates in (resolved upstream).