共用方式為


SiteAuthSettings.GitHubOAuthScopes Property

Definition

Gets or sets the OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to