SiteAuthSettingsInner.GoogleClientSecret Property

Definition

Gets or sets the client secret associated with 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.googleClientSecret")]
public string GoogleClientSecret { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.googleClientSecret")>]
member this.GoogleClientSecret : string with get, set
Public Property GoogleClientSecret As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to