Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
UserManagerEvents.test.ts
File · 0.80
SessionMonitor
Class · 0.80
Calls
1
raise
Method · 0.80
Tested by
no test coverage detected