implements
AuthServiceInterface
public
authorize(string $ability, Ui5Context $context): bool
Checks whether the given ability is authorized for the current UI5 runtime context.
This method encapsulates all permission logic and may consider roles, business partner relationships, tenant, environment, or other runtime factors.
A string representing the named ability to check (e.g. 'tile.view.offers')
The contextual information for the current request
True if access is granted, false otherwise
LaravelUi5\Core\Contracts\AuthServiceInterface::authorize()