Interface TeamsAuthParams

Platform-specific authentication parameters for Microsoft Teams.

interface TeamsAuthParams {
    appPassword: string;
    tenantId?: string;
    serviceUrl?: string;
}

Hierarchy

  • Record<string, string | undefined>
    • TeamsAuthParams

Properties

appPassword: string

Bot application password (client secret).

tenantId?: string

Azure AD tenant ID. Optional for multi-tenant bots.

serviceUrl?: string

Bot Framework service URL. Default: 'https://smba.trafficmanager.net/teams/'.