SlackClientWrapperOptions.SlackScopes Property
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.
Gets an array of scope names that are being requested during the oauth process. Must match the scopes defined at api.slack.com.
public System.Collections.Generic.List<string> SlackScopes { get; }
member this.SlackScopes : System.Collections.Generic.List<string>
Public ReadOnly Property SlackScopes As List(Of String)
Property Value
The scopes array.