Partager via


SlackClientWrapperOptions Classe

Définition

Attention

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 pour définir l’implémentation des options 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
Héritage
SlackClientWrapperOptions
Attributs

Constructeurs

SlackClientWrapperOptions(String, String, String)
Obsolète.

Initialise une nouvelle instance de la classe SlackClientWrapperOptions.

Propriétés

SlackBotToken
Obsolète.

Obtient ou Définit un jeton (fourni par Slack) pour qu’un bot fonctionne sur un seul espace de travail.

SlackClientId
Obsolète.

Obtient ou Définit l’ID client oauth fourni par Slack pour les applications multi-équipes.

SlackClientSecret
Obsolète.

Obtient ou Définit la clé secrète client oauth fournie par Slack pour les applications multi-équipes.

SlackClientSigningSecret
Obsolète.

Obtient ou Définit un jeton utilisé pour vérifier que les webhooks entrants proviennent de Slack.

SlackRedirectUri
Obsolète.

Obtient ou définit l’URI vers lequel les utilisateurs d’URI seront redirigés après un flux oauth. Dans la plupart des cas, doit être https://mydomain.com/install/auth.

SlackScopes
Obsolète.

Obtient un tableau de noms d’étendue qui sont demandés pendant le processus oauth. Doit correspondre aux étendues définies à api.slack.com.

SlackVerificationToken
Obsolète.

Obtient ou Définit le jeton pour la validation de l’origine des webhooks entrants.

S’applique à