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

Method addUserSignedIn

src/UserManagerEvents.ts:112–114  ·  view source on GitHub ↗

* Add callback: Raised when the user is signed in (when `monitorSession` is set). * @see UserManagerSettings.monitorSession

(cb: UserSignedInCallback)

Source from the content-addressed store, hash-verified

110 * @see {@link UserManagerSettings.monitorSession}
111 */
112 public addUserSignedIn(cb: UserSignedInCallback): () => void {
113 return this._userSignedIn.addHandler(cb);
114 }
115 /**
116 * Remove callback: Raised when the user is signed in (when `monitorSession` is set).
117 */

Callers 2

sample.jsFile · 0.80

Calls 1

addHandlerMethod · 0.80

Tested by

no test coverage detected