SiteAuthSettingsInner.GoogleClientId Property

Definition

Gets or sets the OpenID Connect Client ID for the Google web application. This setting is required for enabling Google Sign-In. Google Sign-In documentation: 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to