6 lines
119 B
C#
6 lines
119 B
C#
namespace DysonNetwork.Sphere.Auth;
|
|
|
|
public class CaptchaVerificationResponse
|
|
{
|
|
public bool Success { get; set; }
|
|
} |