次の方法で共有


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
古い.

ボットが 1 つのワークスペースで動作するためのトークン (Slack によって提供される) を取得または設定します。

SlackClientId
古い.

マルチチーム アプリ用に Slack によって提供される oauth クライアント ID を取得または設定します。

SlackClientSecret
古い.

マルチチーム アプリ用に Slack によって提供される oauth クライアント シークレットを取得または設定します。

SlackClientSigningSecret
古い.

受信 Webhook が Slack から送信されたことを検証するために使用されるトークンを取得または設定します。

SlackRedirectUri
古い.

oauth フローの後にユーザーがリダイレクトされる URI を取得または設定します。 ほとんどの場合、 は にする https://mydomain.com/install/auth必要があります。

SlackScopes
古い.

oauth プロセス中に要求されているスコープ名の配列を取得します。 api.slack.com で定義されているスコープと一致する必要があります。

SlackVerificationToken
古い.

受信 Webhook の配信元を検証するためのトークンを取得または設定します。

適用対象