scopes property

List<String>? scopes
getter/setter pair

Api auth scopes for which refresh token needs to be obtained.

These are scopes needed by a data source to prepare data and ingest them into BigQuery, e.g., https://www.googleapis.com/auth/bigquery

Implementation

core.List<core.String>? scopes;