MsalInterceptor class
Oluşturucular
| Msal |
Yöntemler
| intercept(Http |
Oluşturucu Ayrıntıları
MsalInterceptor(MsalInterceptorConfiguration, MsalService, Location, MsalBroadcastService, any)
new MsalInterceptor(msalInterceptorConfig: MsalInterceptorConfiguration, authService: MsalService, location: Location, msalBroadcastService: MsalBroadcastService, document?: any)
Parametreler
- msalInterceptorConfig
- MsalInterceptorConfiguration
- authService
- MsalService
- location
-
Location
- msalBroadcastService
- MsalBroadcastService
- document
-
any
Özellik Ayrıntıları
ɵfac
static ɵfac: ɵɵFactoryDeclaration<MsalInterceptor, never>
Özellik Değeri
ɵɵFactoryDeclaration<MsalInterceptor, never>
ɵprov
static ɵprov: ɵɵInjectableDeclaration<MsalInterceptor>
Özellik Değeri
ɵɵInjectableDeclaration<MsalInterceptor>
Yöntem Ayrıntıları
intercept(HttpRequest<any>, HttpHandler)
function intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>
Parametreler
- req
-
HttpRequest<any>
- next
-
HttpHandler
Döndürülenler
Observable<HttpEvent<any>>