Jaa


SlackClientWrapperOptions.SlackScopes Property

Definition

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.

Applies to