MsalInterceptor class

Eigenschaften

ɵfac
ɵprov

Details zum Konstruktor

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

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

Parameter

msalInterceptorConfig
MsalInterceptorConfiguration
authService
MsalService
location

Location

msalBroadcastService
MsalBroadcastService
document

any

Details zur Eigenschaft

ɵfac

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

Eigenschaftswert

ɵɵFactoryDeclaration<MsalInterceptor, never>

ɵprov

static ɵprov: ɵɵInjectableDeclaration<MsalInterceptor>

Eigenschaftswert

ɵɵInjectableDeclaration<MsalInterceptor>

Details zur Methode

intercept(HttpRequest<any>, HttpHandler)

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

Parameter

req

HttpRequest<any>

next

HttpHandler

Gibt zurück

Observable<HttpEvent<any>>