UNPKG

oidc-client-rx

Version:

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

10 lines 519 B
import { type Observable } from 'rxjs'; import type { OpenIdConfiguration } from '../../config/openid-configuration'; import type { CallbackContext } from '../callback-context'; export declare class RefreshSessionCallbackHandlerService { private readonly loggerService; private readonly authStateService; private readonly flowsDataService; refreshSessionWithRefreshTokens(config: OpenIdConfiguration): Observable<CallbackContext>; } //# sourceMappingURL=refresh-session-callback-handler.service.d.ts.map