MsalInterceptor class

Egenskaper

ɵfac
ɵprov

Konstruktorinformation

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

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

Parametrar

msalInterceptorConfig
MsalInterceptorConfiguration
authService
MsalService
location

Location

msalBroadcastService
MsalBroadcastService
document

any

Egenskapsinformation

ɵfac

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

Egenskapsvärde

ɵɵFactoryDeclaration<MsalInterceptor, never>

ɵprov

static ɵprov: ɵɵInjectableDeclaration<MsalInterceptor>

Egenskapsvärde

ɵɵInjectableDeclaration<MsalInterceptor>

Metodinformation

intercept(HttpRequest<any>, HttpHandler)

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

Parametrar

req

HttpRequest<any>

next

HttpHandler

Returer

Observable<HttpEvent<any>>