BigQueryConnectionParameters.AuthorizationType Property
Gets or sets the authorization type used to establish a connection to data.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
BigQueryAuthorizationType | A BigQueryAuthorizationType enumeration value that specifies the authorization type used to establish a connection to data. |
Available values:
Name | Description |
---|---|
PrivateKeyFile | Authorization is performed using the specified private key. |
OAuth | Authorization is performed using OAuth client credentials. |
See Also