BigQueryConnectionParameters.AuthorizationType Property
Gets or sets the authorization type used to establish a connection to data.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
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