SlackClientWrapperOptions Class

Definition

Caution

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.

Class for defining implementation of the SlackClientWrapperOptions Options.

[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
Inheritance
SlackClientWrapperOptions
Attributes

Constructors

SlackClientWrapperOptions(String, String, String)

Initializes a new instance of the SlackClientWrapperOptions class.

Properties

SlackBotToken

Gets or Sets a token (provided by Slack) for a bot to work on a single workspace.

SlackClientId

Gets or Sets the oauth client id provided by Slack for multi-team apps.

SlackClientSecret

Gets or Sets the oauth client secret provided by Slack for multi-team apps.

SlackClientSigningSecret

Gets or Sets a token used to validate that incoming webhooks are originated from Slack.

SlackRedirectUri

Gets or Sets the URI users will be redirected to after an oauth flow. In most cases, should be https://mydomain.com/install/auth.

SlackScopes

Gets an array of scope names that are being requested during the oauth process. Must match the scopes defined at api.slack.com.

SlackVerificationToken

Gets or Sets the token for validating the origin of incoming webhooks.

Applies to