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

Method _raiseUserSignedOut

src/UserManagerEvents.ts:144–146  ·  view source on GitHub ↗

* @internal

()

Source from the content-addressed store, hash-verified

142 * @internal
143 */
144 public async _raiseUserSignedOut(): Promise<void> {
145 await this._userSignedOut.raise();
146 }
147
148 /**
149 * Add callback: Raised when the user session changed (when `monitorSession` is set).

Callers 2

SessionMonitorClass · 0.80

Calls 1

raiseMethod · 0.80

Tested by

no test coverage detected