Type alias ApiKeyValidator

ApiKeyValidator: ((request, response) => any)

Type declaration

    • (request, response): any
    • A function, that validates an API key.

      Parameters

      Returns any

      Should return a truely value or a promise with it.

Generated using TypeDoc