MsalInterceptor class
Constructores
| Msal |
Detalles del constructor
MsalInterceptor(MsalInterceptorConfiguration, MsalService, Location, MsalBroadcastService, any)
new MsalInterceptor(msalInterceptorConfig: MsalInterceptorConfiguration, authService: MsalService, location: Location, msalBroadcastService: MsalBroadcastService, document?: any)
Parámetros
- msalInterceptorConfig
- MsalInterceptorConfiguration
- authService
- MsalService
- location
-
Location
- msalBroadcastService
- MsalBroadcastService
- document
-
any
Detalles de las propiedades
ɵfac
static ɵfac: ɵɵFactoryDeclaration<MsalInterceptor, never>
Valor de propiedad
ɵɵFactoryDeclaration<MsalInterceptor, never>
ɵprov
static ɵprov: ɵɵInjectableDeclaration<MsalInterceptor>
Valor de propiedad
ɵɵInjectableDeclaration<MsalInterceptor>
Detalles del método
intercept(HttpRequest<any>, HttpHandler)
function intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>
Parámetros
- req
-
HttpRequest<any>
- next
-
HttpHandler
Devoluciones
Observable<HttpEvent<any>>