(server)
| 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 |