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 数组。

适用于