BotSsoExecutionDialogHandler type
Warning
This API is now deprecated.
This package will be deprecated by 2026-07. Please use Microsoft 365 Agents SDK instead.
type BotSsoExecutionDialogHandler = (
context: TurnContext,
tokenResponse: TeamsBotSsoPromptTokenResponse,
message: CommandMessage
) => Promise<void>