scopes property

List<String>? scopes
getter/setter pair

User selected scopes to apply to the Oauth config In the event of changing scopes, user records under AccountConnector will be deleted and users will re-auth again.

Required.

Implementation

core.List<core.String>? scopes;