SlackClientWrapperOptions Class

Definition

Class for defining implementation of the SlackClientWrapperOptions Options.

public class SlackClientWrapperOptions
type SlackClientWrapperOptions = class
Public Class SlackClientWrapperOptions
Inheritance
SlackClientWrapperOptions

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