@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
13 lines • 555 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PermissionReader = void 0;
const asynchronous_handlers_1 = require("asynchronous-handlers");
/**
* Discovers the permissions of the given credentials on the given identifier.
* If the reader finds no permission for the requested identifiers and credentials,
* it can return an empty or incomplete map.
*/
class PermissionReader extends asynchronous_handlers_1.AsyncHandler {
}
exports.PermissionReader = PermissionReader;
//# sourceMappingURL=PermissionReader.js.map