Skip to main content
A newer version of this page is available. .

ConnectionPropertiesPage.OAuthClientSecret Property

Specifies the client secret. This property is in effect for Google BigQuery databases.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public virtual string OAuthClientSecret { get; set; }

Property Value

Type Description
String

A String value, specifying the client secret.

See Also