UNPKG

angular-auth-oidc-client

Version:
16 lines (15 loc) 796 B
import { Observable } from 'rxjs'; import { OpenIdConfiguration } from '../config/openid-configuration'; import { CallbackContext } from '../flows/callback-context'; import * as i0 from "@angular/core"; 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>; static ɵfac: i0.ɵɵFactoryDeclaration<RefreshSessionRefreshTokenService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RefreshSessionRefreshTokenService>; }