feat: add authorize in OAuth
This commit is contained in:
8
Security/Common/Interfaces/IUserInfo.cs
Normal file
8
Security/Common/Interfaces/IUserInfo.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using Mirea.Api.Security.Common.Domain;
|
||||
|
||||
namespace Mirea.Api.Security.Common.Interfaces;
|
||||
|
||||
internal interface IUserInfo
|
||||
{
|
||||
OAuthUser MapToInternalUser();
|
||||
}
|
Reference in New Issue
Block a user