delegatedScopes property

List<String>? delegatedScopes
getter/setter pair

The scopes delegated to the app from Android Device Policy.

These provide additional privileges for the applications they are applied to.

Implementation

core.List<core.String>? delegatedScopes;