username@email.com
2024-10-29 5a72c00dca19dd6dd9be9db9e14f00f512f93f02
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;
    }