scope property

String? scope
getter/setter pair

Desired OAuth 2.0 scopes that will be included in the resulting access token.

This is a space-separated list of strings. This parameter is REQUIRED when the subject_token carries credential that is issued by a WorkloadPoolProvider.

Implementation

core.String? scope;