Skip to main content

BigQueryConnectionParameters.AuthorizationType Property

Gets or sets the authorization type used to establish a connection to data.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public BigQueryAuthorizationType AuthorizationType { get; set; }

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