scope property

String? scope
getter/setter pair

OAuth scope to be used for generating OAuth access token.

If not specified, "https://www.googleapis.com/auth/cloud-platform" will be used.

Implementation

core.String? scope;