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

Method removeUserUnloaded

src/UserManagerEvents.ts:85–87  ·  view source on GitHub ↗

* Remove callback: Raised when a user session has been terminated.

(cb: UserUnloadedCallback)

Source from the content-addressed store, hash-verified

83 * Remove callback: Raised when a user session has been terminated.
84 */
85 public removeUserUnloaded(cb: UserUnloadedCallback): void {
86 return this._userUnloaded.removeHandler(cb);
87 }
88
89 /**
90 * Add callback: Raised when the automatic silent renew has failed.

Callers 1

Calls 1

removeHandlerMethod · 0.80

Tested by

no test coverage detected