diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-10-28 13:51:44 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-10-28 13:51:44 +0200 |
commit | bda64ea8b4907c92a04b011a4d4048ef87cfbd5b (patch) | |
tree | 4b94c2ebb99249440e5f2af70ba44ee30f59924a /Backend/Api/Api/Interfaces/IJwtService.cs | |
parent | 468c1cf027baf2bc63a636a27aca81c373b3922b (diff) | |
parent | d2f98610ddfd63f39c2a2c5b43030bfb4a0ce0a0 (diff) |
Merge branch 'develop' of http://gitlab.pmf.kg.ac.rs/BrzoDoLokacije2022/odyssey/brzodolokacije into develop
Diffstat (limited to 'Backend/Api/Api/Interfaces/IJwtService.cs')
-rw-r--r-- | Backend/Api/Api/Interfaces/IJwtService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Backend/Api/Api/Interfaces/IJwtService.cs b/Backend/Api/Api/Interfaces/IJwtService.cs index adb83a2..1a8fb0a 100644 --- a/Backend/Api/Api/Interfaces/IJwtService.cs +++ b/Backend/Api/Api/Interfaces/IJwtService.cs @@ -6,7 +6,6 @@ namespace Api.Interfaces { string GenToken(User user); string TokenToId(string token); - Task<string> RenewToken(string existingToken); public string GenEmailToken(User user); public string EmailTokenToId(string token); } |