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

Method addUserSignedOut

src/UserManagerEvents.ts:132–134  ·  view source on GitHub ↗

* Add callback: Raised when the user's sign-in status at the OP has changed (when `monitorSession` is set). * @see UserManagerSettings.monitorSession

(cb: UserSignedOutCallback)

Source from the content-addressed store, hash-verified

130 * @see {@link UserManagerSettings.monitorSession}
131 */
132 public addUserSignedOut(cb: UserSignedOutCallback): () => void {
133 return this._userSignedOut.addHandler(cb);
134 }
135 /**
136 * Remove callback: Raised when the user's sign-in status at the OP has changed (when `monitorSession` is set).
137 */

Callers 2

sample.jsFile · 0.80

Calls 1

addHandlerMethod · 0.80

Tested by

no test coverage detected