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.

Required when exchanging an external credential for a Google access token.

Implementation

core.String? scope;