public enum DataSource.Types.AuthorizationTypeReference documentation and code samples for the Google BigQuery Data Transfer v1 API enum DataSource.Types.AuthorizationType.
The type of authorization needed for this data source.
Namespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
Google.Cloud.BigQuery.DataTransfer.V1.dll
Fields |
|
|---|---|
| Name | Description |
AuthorizationCode |
Use OAuth 2 authorization codes that can be exchanged for a refresh token on the backend. |
FirstPartyOauth |
Use First Party OAuth. |
GooglePlusAuthorizationCode |
Return an authorization code for a given Google+ page that can then be exchanged for a refresh token on the backend. |
Unspecified |
Type unspecified. |