RefreshTokenInterceptor constructor

RefreshTokenInterceptor({
  1. required AuthHandler authHandler,
  2. required ExceptionHandler exceptionHandler,
  3. required ExceptionOptions exceptionOptions,
})

Implementation

RefreshTokenInterceptor({
  required this.authHandler,
  required this.exceptionHandler,
  required this.exceptionOptions,
});