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
SlackClientWrapperOptions(String, String, String) |
Obsoleto.
Inicializa uma nova instância da classe SlackClientWrapperOptions. |
Propriedades
SlackBotToken |
Obsoleto.
Obtém ou define um token (fornecido pelo Slack) para que um bot funcione em um único workspace. |
SlackClientId |
Obsoleto.
Obtém ou Define a ID do cliente oauth fornecida pelo Slack para aplicativos de várias equipes. |
SlackClientSecret |
Obsoleto.
Obtém ou Define o segredo do cliente oauth fornecido pelo Slack para aplicativos de várias equipes. |
SlackClientSigningSecret |
Obsoleto.
Obtém ou Define um token usado para validar se os webhooks de entrada são originados do Slack. |
SlackRedirectUri |
Obsoleto.
Obtém ou Define os usuários de URI serão redirecionados após um fluxo de oauth. Na maioria dos casos, deve ser |
SlackScopes |
Obsoleto.
Obtém uma matriz de nomes de escopo que estão sendo solicitados durante o processo oauth. Deve corresponder aos escopos definidos em api.slack.com. |
SlackVerificationToken |
Obsoleto.
Obtém ou Define o token para validar a origem dos webhooks de entrada. |