UNPKG

ng-azure-maps

Version:
12 lines (11 loc) 679 B
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import { AzureMapsConfiguration } from '../configuration'; import * as i0 from "@angular/core"; export declare class AtlasRestAuthenticationInterceptor implements HttpInterceptor { private readonly azureMapsConfiguration; constructor(azureMapsConfiguration: AzureMapsConfiguration); intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>; static ɵfac: i0.ɵɵFactoryDeclaration<AtlasRestAuthenticationInterceptor, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AtlasRestAuthenticationInterceptor>; }