permissions property
The list of accepted permissions associated with this access token.
These are the permissions that were requested with last login, and which the user approved. If permissions have changed since the last login, this list might be outdated.
Implementation
final List<String?>? permissions;