BotSsoExecutionDialogHandler type

type BotSsoExecutionDialogHandler = (
  context: TurnContext,
  tokenResponse: TeamsBotSsoPromptTokenResponse,
  message: CommandMessage
) => Promise<void>