oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
10 lines • 489 B
TypeScript
import { type Observable } from "rxjs";
import type { OpenIdConfiguration } from "../openid-configuration";
import type { AuthWellKnownEndpoints } from "./auth-well-known-endpoints";
export declare class AuthWellKnownDataService {
private readonly loggerService;
private readonly http;
getWellKnownEndPointsForConfig(config: OpenIdConfiguration): Observable<AuthWellKnownEndpoints>;
private getWellKnownDocument;
}
//# sourceMappingURL=auth-well-known-data.service.d.ts.map