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

Method _raiseUserSessionChanged

src/UserManagerEvents.ts:164–166  ·  view source on GitHub ↗

* @internal

()

Source from the content-addressed store, hash-verified

162 * @internal
163 */
164 public async _raiseUserSessionChanged(): Promise<void> {
165 await this._userSessionChanged.raise();
166 }
167}

Callers 2

SessionMonitorClass · 0.80

Calls 1

raiseMethod · 0.80

Tested by

no test coverage detected