8 lines
160 B
C#
8 lines
160 B
C#
using Mirea.Api.Security.Common.Domain;
|
|
|
|
namespace Mirea.Api.Security.Common.Interfaces;
|
|
|
|
internal interface IUserInfo
|
|
{
|
|
OAuthUser MapToInternalUser();
|
|
} |