共用方式為


SiteAuthSettingsInner.GoogleClientId 屬性

定義

取得或設定 Google Web 應用程式的 OpenID Connect 用戶端識別碼。 啟用 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

適用於