Compartir a través de


SiteAuthSettings.GitHubOAuthScopes Propiedad

Definición

Obtiene o establece los ámbitos de OAuth 2.0 que se solicitarán como parte de la autenticación de inicio de sesión de GitHub. Esta configuración es opcional.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a