oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
12 lines • 560 B
TypeScript
import { type Observable } from "rxjs";
import type { AuthOptions } from "../../auth-options";
import type { OpenIdConfiguration } from "../../config/openid-configuration";
import type { ParResponse } from "./par-response";
export declare class ParService {
private readonly loggerService;
private readonly urlService;
private readonly dataService;
private readonly storagePersistenceService;
postParRequest(configuration: OpenIdConfiguration, authOptions?: AuthOptions): Observable<ParResponse>;
}
//# sourceMappingURL=par.service.d.ts.map