()
| 116 | } |
| 117 | |
| 118 | async start() { |
| 119 | this._logger.debug('starting secret rotation'); |
| 120 | if (this._updateTimeout != null) return; // Already started. |
| 121 | await this._update(); |
| 122 | } |
| 123 | |
| 124 | stop() { |
| 125 | this._logger.debug('stopping secret rotation'); |
no test coverage detected