次の方法で共有


SiteAuthSettings.GitHubOAuthScopes プロパティ

定義

GitHub ログイン認証の一部として要求される OAuth 2.0 スコープを取得または設定します。 この設定は省略可能です

[Newtonsoft.Json.JsonProperty(PropertyName="properties.gitHubOAuthScopes")]
public System.Collections.Generic.IList<string> GitHubOAuthScopes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.gitHubOAuthScopes")>]
member this.GitHubOAuthScopes : System.Collections.Generic.IList<string> with get, set
Public Property GitHubOAuthScopes As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象