SlackClientWrapperOptions Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
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.
Classe para definir a implementação das Opções 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
- Herança
-
SlackClientWrapperOptions
- Atributos
Construtores
| Nome | Description |
|---|---|
| SlackClientWrapperOptions(String, String, String) |
Obsoleto.
Inicializa uma nova instância da classe SlackClientWrapperOptions. |
Propriedades
| Nome | Description |
|---|---|
| SlackBotToken |
Obsoleto.
Recebe ou define um token (fornecido pelo Slack) para que um bot trabalhe em um único espaço de trabalho. |
| SlackClientId |
Obsoleto.
Recebe ou define o ID de cliente oauth fornecido pelo Slack para apps multi-equipe. |
| SlackClientSecret |
Obsoleto.
Obtém ou define o segredo do cliente oauth fornecido pelo Slack para aplicativos multi-equipe. |
| SlackClientSigningSecret |
Obsoleto.
Recebe ou Estabelece um token usado para validar que os webhooks recebidos são originados do Slack. |
| SlackRedirectUri |
Obsoleto.
Obtém ou Define para onde os usuários do URI serão redirecionados após um fluxo de oauth. Na maioria dos casos, deveria ser |
| SlackScopes |
Obsoleto.
Recebe uma variedade de nomes de escopo que são solicitados durante o processo de autorização. Deve corresponder aos escopos definidos em api.slack.com. |
| SlackVerificationToken |
Obsoleto.
Recebe ou define o token para validar a origem dos webhooks recebidos. |