MsalInterceptor class

Constructors

MsalInterceptor(MsalInterceptorConfiguration, MsalService, Location, any)

Methods

intercept(HttpRequest<any>, HttpHandler)

Constructor Details

MsalInterceptor(MsalInterceptorConfiguration, MsalService, Location, any)

new MsalInterceptor(msalInterceptorConfig: MsalInterceptorConfiguration, authService: MsalService, location: Location, document?: any)

Parameters

msalInterceptorConfig
MsalInterceptorConfiguration
authService
MsalService
location

Location

document

any

Method Details

intercept(HttpRequest<any>, HttpHandler)

function intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>

Parameters

req

HttpRequest<any>

next

HttpHandler

Returns

Observable<HttpEvent<any>>