scopeNames property
The scopes given to this session.
These will also be added to each access token (JWT) created from this refresh token as a claim named "dev.serverpod.scopeNames".
Implementation
late final _i1.ColumnSerializable<Set<String>> scopeNames;