oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
11 lines • 633 B
TypeScript
import { type Observable } from "rxjs";
import type { OpenIdConfiguration } from "../openid-configuration";
import type { AuthWellKnownEndpoints } from "./auth-well-known-endpoints";
export declare class AuthWellKnownService {
private readonly dataService;
private readonly publicEventsService;
private readonly storagePersistenceService;
storeWellKnownEndpoints(config: OpenIdConfiguration, mappedWellKnownEndpoints: AuthWellKnownEndpoints): void;
queryAndStoreAuthWellKnownEndPoints(config: OpenIdConfiguration | null): Observable<AuthWellKnownEndpoints>;
}
//# sourceMappingURL=auth-well-known.service.d.ts.map