MCPcopy Create free account
hub / github.com/Web3Auth/Auth / getAuthServiceIframe

Method getAuthServiceIframe

src/core/AuthProvider.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 getAuthServiceIframe(): HTMLIFrameElement {
67 return authServiceIframeMap.get(this.embedNonce) as HTMLIFrameElement;
68 }
69
70 registerAuthServiceIframe(iframe: HTMLIFrameElement) {
71 authServiceIframeMap.set(this.embedNonce, iframe);

Callers 3

initMethod · 0.95

Calls 1

getMethod · 0.80

Tested by

no test coverage detected