scope property

String? scope
getter/setter pair

The OAuth 2.0 scopes to include on the resulting access token, formatted as a list of space-delimited, case-sensitive strings; for example, https://www.googleapis.com/auth/cloud-platform.

Required when exchanging an external credential for a Google access token. For a list of OAuth 2.0 scopes, see OAuth 2.0 Scopes for Google APIs.

Implementation

core.String? scope;