BigQueryAuthorizationType Enum
Lists values used to specify the authorization type when connecting to a BigQuery data source.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Members
Name | Description |
---|---|
Private
|
Authorization is performed using the specified private key. |
OAuth
|
Authorization is performed using OAuth client credentials. |
#Related API Members
The following properties accept/return BigQueryAuthorizationType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Big |
WPF Controls | Connection |
#Remarks
Values listed in this enumeration are used to set the BigQueryConnectionParameters.AuthorizationType property.