Marks a method as the owner evaluator for this endpoint class.
The evaluator determines whether the requestor owns the resource targeted by a route.
It must have signature: (request: Request<any, any>) => boolean | Promise
Exactly one method per class should be decorated when ownership is required.
Marks a method as the owner evaluator for this endpoint class.
The evaluator determines whether the requestor owns the resource targeted by a route. It must have signature: (request: Request<any, any>) => boolean | Promise
Exactly one method per class should be decorated when ownership is required.