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

BigQueryAuthorizationType Enum

Lists values used to specify the authorization type when connecting to a BigQuery data source.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public enum BigQueryAuthorizationType

Members

Name Description
PrivateKeyFile

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 BigQueryConnectionParameters.AuthorizationType
WPF Controls ConnectionPropertiesPage.AuthTypeBigQuery

Remarks

Values listed in this enumeration are used to set the BigQueryConnectionParameters.AuthorizationType property.

See Also