scopes property

List<String> scopes

Returns the currently assigned scopes to this provider instance. This is a Web only API.

Implementation

List<String> get scopes {
  return _scopes;
}