SlackClientWrapperOptions(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SlackClientWrapperOptions class.
public SlackClientWrapperOptions (string slackVerificationToken, string slackBotToken, string slackClientSigningSecret);
new Microsoft.Bot.Builder.Adapters.Slack.SlackClientWrapperOptions : string * string * string -> Microsoft.Bot.Builder.Adapters.Slack.SlackClientWrapperOptions
Public Sub New (slackVerificationToken As String, slackBotToken As String, slackClientSigningSecret As String)
Parameters
- slackVerificationToken
- String
A token for validating the origin of incoming webhooks.
- slackBotToken
- String
A token for a bot to work on a single workspace.
- slackClientSigningSecret
- String
The token used to validate that incoming webhooks are originated from Slack.