scope property

List<String>? scope
getter/setter pair

Code to identify the scopes to be included in the OAuth 2.0 access token.

See https://developers.google.com/identity/protocols/googlescopes for more information. At least one value required.

Required.

Implementation

core.List<core.String>? scope;