SlackClientWrapperOptions Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 |
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. |