4 lines
		
	
	
		
			114 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			114 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace MareSynchronosShared.Authentication;
 | |
| 
 | |
| internal record SecretKeyAuthReply(bool Success, string? Uid);
 | 
