Iceshrimp.NET/Iceshrimp.Shared/Schemas/Web/TwoFactorEnrollment.cs

8 lines
No EOL
220 B
C#

namespace Iceshrimp.Shared.Schemas.Web;
public class TwoFactorEnrollmentResponse
{
public required string Secret { get; set; }
public required string Url { get; set; }
public required string QrPng { get; set; }
}