MsalInterceptor class

Właściwości

ɵfac
ɵprov

Szczegóły konstruktora

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

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

Parametry

msalInterceptorConfig
MsalInterceptorConfiguration
authService
MsalService
location

Location

msalBroadcastService
MsalBroadcastService
document

any

Szczegóły właściwości

ɵfac

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

Wartość właściwości

ɵɵFactoryDeclaration<MsalInterceptor, never>

ɵprov

static ɵprov: ɵɵInjectableDeclaration<MsalInterceptor>

Wartość właściwości

ɵɵInjectableDeclaration<MsalInterceptor>

Szczegóły metody

intercept(HttpRequest<any>, HttpHandler)

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

Parametry

req

HttpRequest<any>

next

HttpHandler

Zwraca

Observable<HttpEvent<any>>