MCPcopy
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

27export interface IWindow {
28 navigate(params: NavigateParams): Promise<NavigateResponse>;
29 close(): void;
30}

Callers 10

_signinStartMethod · 0.65
_signoutStartMethod · 0.65
navigateFunction · 0.65
_notifyParentFunction · 0.65
closeMethod · 0.65
notifyOpenerMethod · 0.65
listenerFunction · 0.65

Implementers 2

PopupWindowsrc/navigators/PopupWindow.ts
IFrameWindowsrc/navigators/IFrameWindow.ts

Calls

no outgoing calls

Tested by 1

listenerFunction · 0.52