Partilhar via


SlackClientWrapperOptions Classe

Definição

Atenção

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 SlackClientWrapperOptions classe.

Propriedades

SlackBotToken
Obsoleto.

Obtém ou Define um token (fornecido pelo Slack) para que um bot funcione numa única área de trabalho.

SlackClientId
Obsoleto.

Obtém ou Define o ID de cliente oauth fornecido pelo Slack para aplicações de várias equipas.

SlackClientSecret
Obsoleto.

Obtém ou Define o segredo do cliente oauth fornecido pelo Slack para aplicações de várias equipas.

SlackClientSigningSecret
Obsoleto.

Obtém ou Define um token utilizado para validar que os webhooks recebidos têm origem no Slack.

SlackRedirectUri
Obsoleto.

Obtém ou Define para o qual os utilizadores do URI serão redirecionados após um fluxo de oauth. Na maioria dos casos, deve ser https://mydomain.com/install/auth.

SlackScopes
Obsoleto.

Obtém uma matriz de nomes de âmbito que estão a ser pedidos durante o processo de oauth. Tem de corresponder aos âmbitos definidos em api.slack.com.

SlackVerificationToken
Obsoleto.

Obtém ou Define o token para validar a origem dos webhooks recebidos.

Aplica-se a