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

Method removeAccessTokenExpiring

src/AccessTokenEvents.ts:74–76  ·  view source on GitHub ↗

* Remove callback: Raised prior to the access token expiring.

(cb: AccessTokenCallback)

Source from the content-addressed store, hash-verified

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.

Callers 1

stopMethod · 0.80

Calls 1

removeHandlerMethod · 0.80

Tested by

no test coverage detected