Delen via


SiteAuthSettings.GitHubClientSecret Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to