Click or drag to resize

EngineOptionsBuilderGoogleDefaultClientSecret Property

Gets or sets the Google client secret.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string GoogleDefaultClientSecret { get; set; }

Property Value

Type: String
The Google client secret.
Remarks

Some Chromium features such as Geolocation, Spelling, Speech, etc. use Google APIs, and to access those APIs, an API Key, OAuth 2.0 client ID, and client secret are required. Setting up API keys is optional. If you do not do it, the specific APIs using Google services won't work.

See Also