Function: RequiresTrustedRole()
RequiresTrustedRole(): (
target,propertyKey,descriptor) =>void
Defined in: service-core/src/decorators/RouteDecorators.ts:405
Indicates that the client must be an authenticated user with at least one trusted role(s) to process the request.
Returns
(target, propertyKey, descriptor) => void