Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authts/oidc-client-ts
/ close
Method
close
src/navigators/IWindow.ts:29–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
export
interface
IWindow {
28
navigate(params: NavigateParams): Promise<NavigateResponse>;
29
close(): void;
30
}
Callers
10
_signinStart
Method · 0.65
_signoutStart
Method · 0.65
navigate
Function · 0.65
_notifyParent
Function · 0.65
RedirectNavigator.test.ts
File · 0.65
close
Method · 0.65
notifyOpener
Method · 0.65
IFrameWindow.test.ts
File · 0.65
PopupWindow.test.ts
File · 0.65
listener
Function · 0.65
Implementers
2
PopupWindow
src/navigators/PopupWindow.ts
IFrameWindow
src/navigators/IFrameWindow.ts
Calls
no outgoing calls
Tested by
1
listener
Function · 0.52