getPermissions abstract method

List<String> getPermissions({
  1. required String? tenant,
})

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});