refactor: distribute the domain folder
This commit is contained in:
		
							
								
								
									
										13
									
								
								Security/Common/Domain/OAuthProviderUrisData.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								Security/Common/Domain/OAuthProviderUrisData.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| using System; | ||||
|  | ||||
| namespace Mirea.Api.Security.Common.Domain; | ||||
|  | ||||
| internal readonly struct OAuthProviderUrisData | ||||
| { | ||||
|     public string RedirectUrl { get; init; } | ||||
|     public string TokenUrl { get; init; } | ||||
|     public string UserInfoUrl { get; init; } | ||||
|     public string AuthHeader { get; init; } | ||||
|     public string Scope { get; init; } | ||||
|     public Type UserInfoType { get; init; } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user