* Remove callback: Raised prior to the access token expiring.
(cb: AccessTokenCallback)
| 72 | * Remove callback: Raised prior to the access token expiring. |
| 73 | */ |
| 74 | public removeAccessTokenExpiring(cb: AccessTokenCallback): void { |
| 75 | this._expiringTimer.removeHandler(cb); |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * Add callback: Raised after the access token has expired. |