oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
13 lines • 670 B
TypeScript
import { type Observable } from "rxjs";
import type { OpenIdConfiguration } from "../config/openid-configuration";
import type { CallbackContext } from "../flows/callback-context";
export declare class RefreshSessionRefreshTokenService {
private readonly loggerService;
private readonly resetAuthDataService;
private readonly flowsService;
private readonly intervalService;
refreshSessionWithRefreshTokens(config: OpenIdConfiguration, allConfigs: OpenIdConfiguration[], customParamsRefresh?: {
[key: string]: string | number | boolean;
}): Observable<CallbackContext>;
}
//# sourceMappingURL=refresh-session-refresh-token.service.d.ts.map