using Microsoft.AspNetCore.Mvc; namespace EnvelopeGenerator.Application.Dto.Receiver; /// /// /// [ApiExplorerSettings(IgnoreApi = true)] public class ReceiverSecretDto : ReceiverDto { /// /// /// public string? TotpSecretkey { get; set; } }