First, this AccessController will check the RequiresPermissions property
on the target function. If any of these are missing from the member perms
set, then access is denied. Otherwise, if CanCallFunction is defined, then
its result is returned. The CanCallFunction may also require permissions.
First, this
AccessController
will check theRequiresPermissions
property on the target function. If any of these are missing from the memberperms
set, then access is denied. Otherwise, ifCanCallFunction
is defined, then its result is returned. TheCanCallFunction
may also require permissions.