MCPcopy
hub / github.com/hapijs/hapi / public

Method public

lib/auth.js:32–44  ·  view source on GitHub ↗
(server)

Source from the content-addressed store, hash-verified

30 }
31
32 public(server) {
33
34 return {
35 api: this.api,
36 settings: this.settings,
37 scheme: this.scheme.bind(this),
38 strategy: this._strategy.bind(this, server),
39 default: this.default.bind(this),
40 test: this.test.bind(this),
41 verify: this.verify.bind(this),
42 lookup: this.lookup.bind(this)
43 };
44 }
45
46 scheme(name, scheme) {
47

Callers 1

constructorMethod · 0.80

Calls 1

bindMethod · 0.80

Tested by

no test coverage detected