次の方法で共有


SiteAuthSettingsInner.GoogleClientId プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象