feat: add pre-auth token structure
This commit is contained in:
		
							
								
								
									
										9
									
								
								Security/Common/Domain/PreAuthToken.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								Security/Common/Domain/PreAuthToken.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| namespace Mirea.Api.Security.Common.Domain; | ||||
|  | ||||
| public class PreAuthToken | ||||
| { | ||||
|     public required string Fingerprint { get; set; } | ||||
|     public required string UserAgent { get; set; } | ||||
|     public required string UserId { get; set; } | ||||
|     public required string Token { get; set; } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user