次の方法で共有


SlackClientWrapperOptions.SlackScopes プロパティ

定義

oauth プロセス中に要求されているスコープ名の配列を取得します。 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)

プロパティ値

scopes 配列。

適用対象