MCPcopy Index your code
hub / github.com/nodeSolidServer/node-solid-server / fromParams

Method fromParams

lib/models/authenticator.mjs:15–17  ·  view source on GitHub ↗
(req, options)

Source from the content-addressed store, hash-verified

13 }
14
15 static fromParams (req, options) {
16 throw new Error('Must override method')
17 }
18
19 findValidUser () {
20 throw new Error('Must override method')

Calls

no outgoing calls

Tested by

no test coverage detected