MCPcopy
hub / github.com/authts/oidc-client-ts / removeAccessTokenExpired

Method removeAccessTokenExpired

src/AccessTokenEvents.ts:87–89  ·  view source on GitHub ↗

* Remove callback: Raised after the access token has expired.

(cb: AccessTokenCallback)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

removeHandlerMethod · 0.80

Tested by

no test coverage detected