Member Junction
    Preparing search index...

    Credentials RealGraphCallsClient authenticates Graph with. Resolved upstream via MJ config — never inlined.

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

    Properties

    AccessToken: string

    A pre-resolved OAuth bearer / application token for the bot's Graph calls (resolved upstream).

    AppId?: string

    The bot's Azure AD application (client) id (carried for diagnostics).

    TenantId?: string

    The Azure tenant id the bot operates in (carried for diagnostics + cross-tenant joins).