Index: iknow-api/Services/Interfaces/IAuthService.cs
===================================================================
--- iknow-api/Services/Interfaces/IAuthService.cs	(revision 4e061d8c2af2ecd0b0495d9f5a22c1c1a32b8976)
+++ iknow-api/Services/Interfaces/IAuthService.cs	(revision e423ff3504833ceb777b0ce7d95cdd29effecfed)
@@ -1,4 +1,4 @@
 ﻿using iknow_api.DTOs;
-
+using iknow_api.DTOs;
 namespace iknow_api.Services
 {
@@ -8,4 +8,5 @@
         Task<AuthResultDto?> LoginAsync(LoginDto loginDto);
         Task<int> GetUsersCountAsync();
+        Task<AuthResultDto> GenerateNewJWT(VerifyRefreshTokenDto token);
     }
 }
