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