UNPKG

oidc-client-rx

Version:

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

11 lines 633 B
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