username@email.com
2024-08-22 17308f6494c81fb5a5ee035724a414ec7da11936
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;
    }