Marks a method or class as requiring authentication. A method marker with this decorator
is only accessible to requestors designated to have an access level of AuthenticatedRequest
or higher.
Class-level usage applies to all routes unless overridden by method-level decisions.
Marks a method or class as requiring authentication. A method marker with this decorator is only accessible to requestors designated to have an access level of
AuthenticatedRequest
or higher.Class-level usage applies to all routes unless overridden by method-level decisions.