declinedPermissions property
The list of declined permissions associated with this access token.
These are the permissions that were requested, but the user didn't approve. Similarly to permissions, this list might be outdated if these permissions have changed since the last login.
Implementation
final List<String?>? declinedPermissions;