UNPKG

angular-auth-oidc-client

Version:
16 lines (15 loc) 735 B
import { OpenIdConfiguration } from '../config/openid-configuration'; import { LoggerService } from '../logging/logger.service'; import * as i0 from "@angular/core"; export declare class IFrameService { private readonly doc; private readonly loggerService; constructor(doc: any, loggerService: LoggerService); getExistingIFrame(identifier: string): HTMLIFrameElement | null; addIFrameToWindowBody(identifier: string, config: OpenIdConfiguration): HTMLIFrameElement; private getIFrameFromParentWindow; private getIFrameFromWindow; private isIFrameElement; static ɵfac: i0.ɵɵFactoryDeclaration<IFrameService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<IFrameService>; }