scope property

String? scope
getter/setter pair

An optional list of scopes that are requested for the token to be returned.

See https://www.rfc-editor.org/rfc/rfc6749#section-3.3 Must be a list of space-delimited, case-sensitive strings. Note: Currently, the scopes in the request are not supported

Optional.

Implementation

core.String? scope;