import * as i0 from "@angular/core"; /** * Stores data for `authInterceptor` */ export declare class AuthInterceptorData { /** * Counter for requests in progress */ private _requestsInProgress; /** * Indication whether is handling of 401, 403 blocked because one request is already handled */ private _blocked; /** * Counter for requests in progress */ get requestsInProgress(): number; set requestsInProgress(value: number); /** * Gets indication whether is handling of 401, 403 blocked because one request is already handled */ get blocked(): boolean; /** * Sets blocked to true */ setBlocked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=authInterceptorData.d.ts.map