The required permissions.
The current permissions of the user.
Checks whether the requiredPermissions are satisfied by the grantedPermissions per each service.
Having at least one of the required permissions granted per each service satisfies this permission requirement.
The required permissions. Should be an object of shape { [serviceId: string]: string[] }.
The current permissions of the user. Should be an object of shape { [serviceId: string]: string[] }.
Generated using TypeDoc
Checks whether the
requiredPermissionsare satisfied by thegrantedPermissionsor not. Having at least one of the required permissions granted satisfies this permission requirement.