UNPKG

oidc-client-rx

Version:

ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications

11 lines 499 B
import type { OpenIdConfiguration } from "../config/openid-configuration"; export declare class IFrameService { private readonly document; private readonly loggerService; getExistingIFrame(identifier: string): HTMLIFrameElement | null; addIFrameToWindowBody(identifier: string, config: OpenIdConfiguration): HTMLIFrameElement; private getIFrameFromParentWindow; private getIFrameFromWindow; private isIFrameElement; } //# sourceMappingURL=existing-iframe.service.d.ts.map