UNPKG

oidc-client-rx

Version:

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

15 lines 794 B
import { type Observable } from "rxjs"; import type { AuthOptions } from "../../auth-options"; import type { OpenIdConfiguration } from "../../config/openid-configuration"; import type { LoginResponse } from "../login-response"; import type { PopupOptions } from "./popup-options"; export declare class PopUpLoginService { private readonly loggerService; private readonly responseTypeValidationService; private readonly urlService; private readonly authWellKnownService; private readonly popupService; private readonly checkAuthService; loginWithPopUpStandard(configuration: OpenIdConfiguration, allConfigs: OpenIdConfiguration[], authOptions?: AuthOptions, popupOptions?: PopupOptions): Observable<LoginResponse>; } //# sourceMappingURL=popup-login.service.d.ts.map