node_test
    Preparing search index...

    Interface Security

    Security

    An interface for security implementations.

    interface Security {
        authenticate(req: IncomingMessage): void;
    }

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      • req: IncomingMessage

        The request object.

      Returns void

      authenticate

      Authenticates a request.