Compartir a través de


SlackClientWrapperOptions Clase

Definición

Precaución

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.

Clase para definir la implementación de las opciones 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
Herencia
SlackClientWrapperOptions
Atributos

Constructores

SlackClientWrapperOptions(String, String, String)
Obsoletos.

Inicializa una nueva instancia de la clase SlackClientWrapperOptions.

Propiedades

SlackBotToken
Obsoletos.

Obtiene o establece un token (proporcionado por Slack) para que un bot funcione en una sola área de trabajo.

SlackClientId
Obsoletos.

Obtiene o establece el identificador de cliente de oauth proporcionado por Slack para las aplicaciones de varios equipos.

SlackClientSecret
Obsoletos.

Obtiene o establece el secreto de cliente de oauth proporcionado por Slack para las aplicaciones de varios equipos.

SlackClientSigningSecret
Obsoletos.

Obtiene o establece un token usado para validar que los webhooks entrantes se originan en Slack.

SlackRedirectUri
Obsoletos.

Obtiene o establece el URI al que se redirigirán los usuarios después de un flujo de oauth. En la mayoría de los casos, debe ser https://mydomain.com/install/auth.

SlackScopes
Obsoletos.

Obtiene una matriz de nombres de ámbito que se solicitan durante el proceso de oauth. Debe coincidir con los ámbitos definidos en api.slack.com.

SlackVerificationToken
Obsoletos.

Obtiene o establece el token para validar el origen de los webhooks entrantes.

Se aplica a