Search
Preparing search index...
The search index is not available
@netgrif/components-core
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@netgrif/components-core
AuthenticationInterceptor
Class AuthenticationInterceptor
Hierarchy
AuthenticationInterceptor
Implements
HttpInterceptor
Index
Constructors
constructor
Methods
intercept
Constructors
constructor
new
Authentication
Interceptor
(
_session
:
SessionService
, _redirect
:
RedirectService
, _anonymousService
:
AnonymousService
, idleTimerService
:
SessionIdleTimerService
)
:
AuthenticationInterceptor
Parameters
_session:
SessionService
_redirect:
RedirectService
_anonymousService:
AnonymousService
idleTimerService:
SessionIdleTimerService
Returns
AuthenticationInterceptor
Methods
intercept
intercept
(
req
:
HttpRequest
<
any
>
, next
:
HttpHandler
)
:
Observable
<
HttpEvent
<
any
>
>
Parameters
req:
HttpRequest
<
any
>
next:
HttpHandler
Returns
Observable
<
HttpEvent
<
any
>
>
Exports
Authentication
Interceptor
constructor
intercept
Generated using
TypeDoc