scopes property

Set<Scope> get scopes

Returns the Scopes for this auth user.

Implementation

Set<Scope> get scopes {
  return scopeNames.map(Scope.new).toSet();
}