UNPKG

angular-auth-oidc-client

Version:
18 lines (17 loc) 801 B
import { Observable } from 'rxjs'; import { OpenIdConfiguration } from '../config/openid-configuration'; import * as i0 from "@angular/core"; export declare class RefreshSessionIframeService { private readonly renderer; private readonly loggerService; private readonly urlService; private readonly silentRenewService; private readonly document; refreshSessionWithIframe(config: OpenIdConfiguration, allConfigs: OpenIdConfiguration[], customParams?: { [key: string]: string | number | boolean; }): Observable<boolean>; private sendAuthorizeRequestUsingSilentRenew; private initSilentRenewRequest; static ɵfac: i0.ɵɵFactoryDeclaration<RefreshSessionIframeService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RefreshSessionIframeService>; }