ConnectionPropertiesPage.AuthTypeBigQuery Property
In This Article
Specifies the authorization type when connecting to a BigQuery data source.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public virtual BigQueryAuthorizationType AuthTypeBigQuery { get; set; }
#Property Value
Type | Description |
---|---|
Big |
A Big |
Available values:
Name | Description |
---|---|
Private |
Authorization is performed using the specified private key. |
OAuth | Authorization is performed using OAuth client credentials. |
See Also