scopes property

List<String> scopes

Returns the currently assigned scopes to this provider instance.

Implementation

List<String> get scopes {
  return _scopes;
}