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>>