node_test
    Preparing search index...

    Variable Security

    Security: (security: new () => Security) => MethodDecorator

    Type declaration

      • (security: new () => Security): MethodDecorator
      • Parameters

        • security: new () => Security

          The security implementation to use.

        Returns MethodDecorator

    Security

    A method decorator that applies a security implementation to a route.