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