UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

11 lines 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CredentialsExtractor = void 0; const asynchronous_handlers_1 = require("asynchronous-handlers"); /** * Responsible for extracting credentials from an incoming request. */ class CredentialsExtractor extends asynchronous_handlers_1.AsyncHandler { } exports.CredentialsExtractor = CredentialsExtractor; //# sourceMappingURL=CredentialsExtractor.js.map