Back to Devexpress

BigQueryAuthorizationType Enum

corelibraries-devexpress-dot-dataaccess-dot-connectionparameters-01cb6338.md

latest1.8 KB
Original Source

BigQueryAuthorizationType Enum

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

Namespace : DevExpress.DataAccess.ConnectionParameters

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum BigQueryAuthorizationType
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum BigQueryAuthorizationType

Members

NameDescription
PrivateKeyFile

Authorization is performed using the specified private key.

| | OAuth |

Authorization is performed using OAuth client credentials.

|

The following properties accept/return BigQueryAuthorizationType values:

LibraryRelated API Members
Cross-Platform Class LibraryBigQueryConnectionParameters.AuthorizationType
WPF ControlsConnectionPropertiesPage.AuthTypeBigQuery

Remarks

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

See Also

DevExpress.DataAccess.ConnectionParameters Namespace