Class JwtInterceptor<Credentials, AuthResponse, UserInfo, UserId>
An HttpInterceptor, that adds a header containing fresh JWT access token to every http request.
The header is configured by the JwtConfig.authHeader.
If no fresh JWT is available (refresh token expired), will still make the request without JWT.
An HttpInterceptor, that adds a header containing fresh JWT access token to every http request. The header is configured by the JwtConfig.authHeader. If no fresh JWT is available (refresh token expired), will still make the request without JWT.