UNPKG

@solid/community-server

Version:

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

12 lines 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Authorizer = void 0; const asynchronous_handlers_1 = require("asynchronous-handlers"); /** * Verifies whether the credentials provide access with the given permissions on the resource. * An {@link Error} with the necessary explanation will be thrown if permissions are not granted. */ class Authorizer extends asynchronous_handlers_1.AsyncHandler { } exports.Authorizer = Authorizer; //# sourceMappingURL=Authorizer.js.map