MsalInterceptor class

Свойства

ɵfac
ɵprov

Сведения о конструкторе

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

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

Параметры

msalInterceptorConfig
MsalInterceptorConfiguration
authService
MsalService
location

Location

msalBroadcastService
MsalBroadcastService
document

any

Сведения о свойстве

ɵfac

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

Значение свойства

ɵɵFactoryDeclaration<MsalInterceptor, never>

ɵprov

static ɵprov: ɵɵInjectableDeclaration<MsalInterceptor>

Значение свойства

ɵɵInjectableDeclaration<MsalInterceptor>

Сведения о методе

intercept(HttpRequest<any>, HttpHandler)

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

Параметры

req

HttpRequest<any>

next

HttpHandler

Возвращаемое значение

Observable<HttpEvent<any>>