()
| 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); |
no test coverage detected