namespace Project.Application.DTOs.TwoFactorAuth { public class TwoFactorSetupDto { public string SecretKey { get; set; } public string QrCodeImageUrl { get; set; } public string ManualEntryKey { get; set; } } }