Condividi tramite


SiteAuthSettings.GitHubClientId Property

Definition

Gets or sets the Client Id of the GitHub app used for login. This setting is required for enabling Github login

[Newtonsoft.Json.JsonProperty(PropertyName="properties.gitHubClientId")]
public string GitHubClientId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.gitHubClientId")>]
member this.GitHubClientId : string with get, set
Public Property GitHubClientId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to