getPermissions abstract method
Returns the list of permissions granted in the JWT claims. Pass
a value of null
for the tenant
parameter if the project
doesn't use multiple tenants.
Implementation
List<String> getPermissions({required String? tenant});