src/app/auth/auth-interceptor.service.ts
Service to intercept authentication requests
Methods |
constructor(authService: AuthService)
|
||||||||
Class constructor
Parameters :
|
intercept | ||||||||||||
intercept(req: HttpRequest<any>, next: HttpHandler)
|
||||||||||||
Intercepts and handles authentication requests
Parameters :
Returns :
any
|