* Remove callback: Raised after the access token has expired.
(cb: AccessTokenCallback)
| 85 | * Remove callback: Raised after the access token has expired. |
| 86 | */ |
| 87 | public removeAccessTokenExpired(cb: AccessTokenCallback): void { |
| 88 | this._expiredTimer.removeHandler(cb); |
| 89 | } |
| 90 | } |
nothing calls this directly
no test coverage detected