Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Web3Auth/Auth
/ registerAuthServiceIframe
Method
registerAuthServiceIframe
src/core/AuthProvider.ts:70–72 ·
view source on GitHub ↗
(iframe: HTMLIFrameElement)
Source
from the content-addressed store, hash-verified
68
}
69
70
registerAuthServiceIframe(iframe: HTMLIFrameElement) {
71
authServiceIframeMap.set(this.embedNonce, iframe);
72
}
73
74
public cleanup() {
75
if
(this.messageHandler) {
Callers
1
init
Method · 0.95
Calls
1
set
Method · 0.80
Tested by
no test coverage detected