Enum DataSource.Types.AuthorizationType (4.0.0)

public enum AuthorizationType

The type of authorization needed for this data source.

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Fields

NameDescription
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.