mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-05-02 15:48:43 +00:00
IAuth
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Esiur.Security.Authority;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Security.Membership
|
||||
{
|
||||
public class AuthorizationIndication
|
||||
{
|
||||
public Session Session { get; set; }
|
||||
public AuthorizationResults Results { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user