Skip to main content
A newer version of this page is available. .

BigQueryConnectionParameters.AuthorizationType Property

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

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public BigQueryAuthorizationType AuthorizationType { get; set; }

Property Value

Type Description
BigQueryAuthorizationType

A BigQueryAuthorizationType enumeration value that specifies the authorization type used 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