Init Git
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Authentications.EnableTotp;
|
||||
|
||||
public sealed class EnableTotpRequest
|
||||
{
|
||||
public Guid UserId { get; set; }
|
||||
public string Label { get; set; } = default!;
|
||||
public string Secret { get; set; } = default!;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Authentications.EnableTotp;
|
||||
|
||||
public sealed record EnableTotpResponse(
|
||||
Guid FactorId,
|
||||
string Label
|
||||
);
|
||||
Reference in New Issue
Block a user