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

Nombre Description
SlackClientWrapperOptions(String, String, String)
Obsoletos.

Inicializa una nueva instancia de la clase SlackClientWrapperOptions.

Propiedades

Nombre Description
SlackBotToken
Obsoletos.

Obtiene o establece un token (proporcionado por Slack) para que un bot trabaje en un único espacio de trabajo.

SlackClientId
Obsoletos.

Obtiene o establece el ID de cliente de oauth proporcionado por Slack para aplicaciones multiequipo.

SlackClientSecret
Obsoletos.

Obtiene o establece el secreto del cliente oauth proporcionado por Slack para aplicaciones multiequipo.

SlackClientSigningSecret
Obsoletos.

Obtiene o Establece un token utilizado para validar que los webhooks entrantes provienen de Slack.

SlackRedirectUri
Obsoletos.

Obtén o establece a los usuarios del URI que se redirigirán tras un flujo de oauth. En la mayoría de los casos, debería ser https://mydomain.com/install/auth.

SlackScopes
Obsoletos.

Recibe una variedad de nombres de ámbito que se solicitan durante el proceso de autenticación. 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