()
| 122 | } |
| 123 | |
| 124 | stop() { |
| 125 | this._logger.debug('stopping secret rotation'); |
| 126 | this._t.clearTimeout(this._updateTimeout); |
| 127 | this._updateTimeout = null; |
| 128 | } |
| 129 | |
| 130 | async _deriveSecrets(p: any, now: number) { |
| 131 | this._logger.debug('deriving secrets from', p); |
no test coverage detected