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

Method removeUserSignedIn

src/UserManagerEvents.ts:118–120  ·  view source on GitHub ↗

* Remove callback: Raised when the user is signed in (when `monitorSession` is set).

(cb: UserSignedInCallback)

Source from the content-addressed store, hash-verified

116 * Remove callback: Raised when the user is signed in (when `monitorSession` is set).
117 */
118 public removeUserSignedIn(cb: UserSignedInCallback): void {
119 this._userSignedIn.removeHandler(cb);
120 }
121 /**
122 * @internal
123 */

Callers 1

Calls 1

removeHandlerMethod · 0.80

Tested by

no test coverage detected