Module: Google::Cloud::Bigquery::DataTransfer::V1::DataSource::AuthorizationType

Defined in:
lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb

Overview

The type of authorization needed for this data source.

Constant Summary collapse

AUTHORIZATION_TYPE_UNSPECIFIED =

Type unspecified.

0
AUTHORIZATION_CODE =

Use OAuth 2 authorization codes that can be exchanged for a refresh token on the backend.

1
GOOGLE_PLUS_AUTHORIZATION_CODE =

Return an authorization code for a given Google+ page that can then be exchanged for a refresh token on the backend.

2