SlackClientWrapperOptions 類別

定義

警告

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

定義 SlackClientWrapperOptions 選項實作的類別。

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class SlackClientWrapperOptions
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type SlackClientWrapperOptions = class
Public Class SlackClientWrapperOptions
繼承
SlackClientWrapperOptions
屬性

建構函式

SlackClientWrapperOptions(String, String, String)
已淘汰.

初始化 SlackClientWrapperOptions 類別的新執行個體。

屬性

SlackBotToken
已淘汰.

取得或設定 Slack) 所提供的權杖 (,讓 Bot 在單一工作區上運作。

SlackClientId
已淘汰.

取得或設定 Slack 為多小組應用程式提供的 oauth 用戶端識別碼。

SlackClientSecret
已淘汰.

取得或設定 Slack 針對多小組應用程式所提供的 oauth 用戶端密碼。

SlackClientSigningSecret
已淘汰.

取得或設定用來驗證傳入 Webhook 是否源自 Slack 的權杖。

SlackRedirectUri
已淘汰.

取得或設定 URI 使用者將在 oauth 流程之後重新導向至 。 在大部分情況下,應該是 https://mydomain.com/install/auth

SlackScopes
已淘汰.

取得在 oauth 程式期間要求的範圍名稱陣列。 必須符合 api.slack.com 上定義的範圍。

SlackVerificationToken
已淘汰.

取得或設定權杖,用於驗證傳入 Webhook 的來源。

適用於