6 lines
145 B
C#
6 lines
145 B
C#
namespace AMREZ.EOP.Contracts.DTOs.Authentications.EnableTotp;
|
|
|
|
public sealed record EnableTotpResponse(
|
|
Guid FactorId,
|
|
string Label
|
|
); |