@evlt/apix
    Preparing search index...

    Function AuthRequired

    • 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.

      Returns (
          _value: any,
          context:
              | ClassMethodDecoratorContext<
                  unknown,
                  (this: unknown, ...args: any) => any,
              >
              | ClassDecoratorContext<new (...args: any) => any>,
      ) => void