scopeNames property

  1. @override
Set<String> scopeNames
getter/setter pairoverride

The scopes this session provides access to.

These are not connected to the authUser, and can for example represent a subset of their permissions.

Implementation

@override
Set<String> scopeNames;