Share via


SiteAuthSettings.GitHubClientSecretSettingName Property

Definition

Gets or sets the app setting name that contains the client secret of the Github app used for GitHub Login.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to