次の方法で共有


SiteAuthSettingsInner.GoogleClientSecret プロパティ

定義

Google Web アプリケーションに関連付けられているクライアント シークレットを取得または設定します。 この設定は、Google サインインを有効にするために必要です。 Google Sign-Inドキュメント: https://developers.google.com/identity/sign-in/web/

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象