scopes property
Set<Scope>
get
scopes
Returns the Scope
s for this auth user.
Implementation
Set<Scope> get scopes {
return scopeNames.map(Scope.new).toSet();
}
Returns the Scope
s for this auth user.
Set<Scope> get scopes {
return scopeNames.map(Scope.new).toSet();
}