scopeNames property

Set<String> scopeNames
getter/setter pair

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

Set<String> scopeNames;