oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
15 lines • 689 B
TypeScript
import { Observable } from "rxjs";
import type { OpenIdConfiguration } from "../config/openid-configuration";
export declare class RefreshSessionIframeService {
private readonly loggerService;
private readonly urlService;
private readonly silentRenewService;
private readonly document;
private silentRenewEventHandlerSubscription?;
refreshSessionWithIframe(config: OpenIdConfiguration, allConfigs: OpenIdConfiguration[], customParams?: {
[key: string]: string | number | boolean;
}): Observable<boolean>;
private sendAuthorizeRequestUsingSilentRenew;
private initSilentRenewRequest;
}
//# sourceMappingURL=refresh-session-iframe.service.d.ts.map