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