oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
11 lines • 575 B
TypeScript
import { type Observable } from "rxjs";
import type { OpenIdConfiguration } from "../config/openid-configuration";
import type { CallbackContext } from "../flows/callback-context";
export declare class CodeFlowCallbackService {
private readonly flowsService;
private readonly router;
private readonly flowsDataService;
private readonly intervalService;
authenticatedCallbackWithCode(urlToCheck: string, config: OpenIdConfiguration, allConfigs: OpenIdConfiguration[]): Observable<CallbackContext>;
}
//# sourceMappingURL=code-flow-callback.service.d.ts.map