* Add callback: Raised when the automatic silent renew has failed.
(cb: SilentRenewErrorCallback)
| 90 | * Add callback: Raised when the automatic silent renew has failed. |
| 91 | */ |
| 92 | public addSilentRenewError(cb: SilentRenewErrorCallback): () => void { |
| 93 | return this._silentRenewError.addHandler(cb); |
| 94 | } |
| 95 | /** |
| 96 | * Remove callback: Raised when the automatic silent renew has failed. |
| 97 | */ |
no test coverage detected