次の方法で共有


SiteAuthSettings.GitHubClientSecret プロパティ

定義

GitHub ログインに使用される GitHub アプリのクライアント シークレットを取得または設定します。 この設定は、Github ログインを有効にするために必要です。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象