MCPcopy Index your code
hub / github.com/hapijs/hapi / authenticate

Method authenticate

lib/auth.js:246–250  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

244 }
245
246 static authenticate(request) {
247
248 const auth = request._core.auth;
249 return auth._authenticate(request);
250 }
251
252 async _authenticate(request) {
253

Callers

nothing calls this directly

Calls 1

_authenticateMethod · 0.80

Tested by

no test coverage detected