BigQueryConnectionParameters.AuthorizationType Property
In This Article
Gets or sets the authorization type used to establish a connection to data.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public BigQueryAuthorizationType AuthorizationType { 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