arlas-wui-toolkit / Exports / JwtInterceptor
Class: JwtInterceptor
Implements
HttpInterceptor
Table of contents
Constructors
Methods
Constructors
constructor
• new JwtInterceptor(authenticationService
, iamService
, settingsService
)
Parameters
Name | Type |
---|---|
authenticationService |
AuthentificationService |
iamService |
ArlasIamService |
settingsService |
ArlasSettingsService |
Defined in
projects/arlas-toolkit/src/lib/tools/jwt.interceptor.ts:31
Methods
intercept
▸ intercept(request
, next
): Observable
<HttpEvent
<unknown
>>
Parameters
Name | Type |
---|---|
request |
HttpRequest <unknown > |
next |
HttpHandler |
Returns
Observable
<HttpEvent
<unknown
>>
Implementation of
HttpInterceptor.intercept
Defined in
projects/arlas-toolkit/src/lib/tools/jwt.interceptor.ts:37