SlackClientWrapperOptions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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) 提供的令牌 (,以便机器人在单个工作区上工作。 |
SlackClientId |
已过时.
获取或设置 Slack 为多团队应用提供的 oauth 客户端 ID。 |
SlackClientSecret |
已过时.
获取或设置 Slack 为多团队应用提供的 oauth 客户端密码。 |
SlackClientSigningSecret |
已过时.
获取或设置用于验证传入 Webhook 是否源自 Slack 的令牌。 |
SlackRedirectUri |
已过时.
获取或设置用户在 oauth 流后将重定向到的 URI。 在大多数情况下, 应为 |
SlackScopes |
已过时.
获取在 oauth 过程中请求的范围名称的数组。 必须与在 api.slack.com 中定义的作用域匹配。 |
SlackVerificationToken |
已过时.
获取或设置用于验证传入 Webhook 源的令牌。 |