UNPKG

bc-adal-angular

Version:

Library wrapper for Angular 6+, development over Microsoft ADAL (Azure Active Directory Authentication Library) - [https://github.com/AzureAD/azure-activedirectory-library-for-js](https://github.com/AzureAD/azure-activedirectory-library-for-js) that helps

9 lines (8 loc) 445 B
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; import { BcAdalAngularService } from './bc-adal-angular.service'; export declare class BcAdalAngularInterceptor implements HttpInterceptor { private adalService; constructor(adalService: BcAdalAngularService); intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>; }