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

Method addSilentRenewError

src/UserManagerEvents.ts:92–94  ·  view source on GitHub ↗

* Add callback: Raised when the automatic silent renew has failed.

(cb: SilentRenewErrorCallback)

Source from the content-addressed store, hash-verified

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 */

Callers 3

sample.jsFile · 0.80
sample.jsFile · 0.80

Calls 1

addHandlerMethod · 0.80

Tested by

no test coverage detected