mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	auth
This commit is contained in:
		
							
								
								
									
										16
									
								
								Esiur/Security/Membership/AuthorizationResults.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								Esiur/Security/Membership/AuthorizationResults.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Text; | ||||
|  | ||||
| namespace Esiur.Security.Membership | ||||
| { | ||||
|     public class AuthorizationResults | ||||
|     { | ||||
|         AuthorizationResultsResponse Response { get; set; } | ||||
|         TwoFactorAuthorizationMethod TwoFactorMethod { get; set; } | ||||
|         public string Clue { get; set; } | ||||
|         public string AppName { get; set; } | ||||
|         public string Code { get; set; } | ||||
|         public int Timeout { get; set; } | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user