MsalInterceptor class

Eigenschappen

ɵfac
ɵprov

Constructordetails

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

Eigenschapdetails

ɵfac

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

Waarde van eigenschap

ɵɵFactoryDeclaration<MsalInterceptor, never>

ɵprov

static ɵprov: ɵɵInjectableDeclaration<MsalInterceptor>

Waarde van eigenschap

ɵɵInjectableDeclaration<MsalInterceptor>

Methodedetails

intercept(HttpRequest<any>, HttpHandler)

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

Parameters

req

HttpRequest<any>

next

HttpHandler

Retouren

Observable<HttpEvent<any>>