Package io.zeko.restapi.core.security
Class JWTAuthRefreshHandler
-
- All Implemented Interfaces:
-
io.vertx.core.Handler
public class JWTAuthRefreshHandler implements Handler<RoutingContext>
-
-
Constructor Summary
Constructors Constructor Description JWTAuthRefreshHandler(JWTAuth jwtAuth, JWTAuth jwtAuthRefresh, Integer tokenExpireSeconds, Integer refreshExpireSeconds, Boolean refreshAfterExpired, Boolean useCamelCase)
-