feat: add pre-auth response
This commit is contained in:
		
							
								
								
									
										9
									
								
								Security/Common/Dto/Responses/PreAuthTokenResponse.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								Security/Common/Dto/Responses/PreAuthTokenResponse.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| using System; | ||||
|  | ||||
| namespace Mirea.Api.Security.Common.Dto.Responses; | ||||
|  | ||||
| public class PreAuthTokenResponse | ||||
| { | ||||
|     public required string Token { get; set; } | ||||
|     public DateTime ExpiresIn { get; set; } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user