Initial Commit ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using xIdentityModels.Models;
|
||||
|
||||
namespace xIdentityModels.Interfaces {
|
||||
public interface IXUserRoleHelper {
|
||||
bool canReadCriticalData (XUserClaimsInfoDto userInfo);
|
||||
bool canDoDangerousAction (XUserClaimsInfoDto userInfo);
|
||||
bool isInRole (XUserClaimsInfoDto userInfo, string role);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user