Table of Contents

Property GoogleDefaultClientId

Namespace
DotNetBrowser.Engine
Assembly
DotNetBrowser.dll

GoogleDefaultClientId

Gets or sets the Google client ID.

public string GoogleDefaultClientId { get; set; }

Property Value

string

The Google client ID.

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.