Edit

Share via


MsalInterceptor class

Constructors

MsalInterceptor(MsalInterceptorConfiguration, MsalService, Location, MsalBroadcastService, any)

Properties

ɵfac
ɵprov

Methods

intercept(HttpRequest<any>, HttpHandler)

Constructor Details

MsalInterceptor(MsalInterceptorConfiguration, MsalService, Location, MsalBroadcastService, any)

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

Parameters

msalInterceptorConfig
MsalInterceptorConfiguration
authService
MsalService
location

Location

msalBroadcastService
MsalBroadcastService
document

any

Property Details

ɵfac

static ɵfac: ɵɵFactoryDeclaration<MsalInterceptor, never>

Property Value

ɵɵFactoryDeclaration<MsalInterceptor, never>

ɵprov

static ɵprov: ɵɵInjectableDeclaration<MsalInterceptor>

Property Value

ɵɵInjectableDeclaration<MsalInterceptor>

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>>