username@email.com
2024-08-15 24a3e64f5713fb0c6f8bae865715c66308371955
cylsg/cylsg.Authorization/IEzAuthorizationService.cs
@@ -12,7 +12,7 @@
    public interface IEzAuthorizationService
    {
        TokenInfo CreateToken<T>(T jwt) where T : EzJwtModel;
        public Task<TokenInfo?> RefreshToken<T>(string refToken) where T : EzJwtModel;
         Task<TokenInfo?> RefreshToken<T>(string refToken) where T : EzJwtModel;
    }