mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-04-04 04:18:22 +00:00
WIP
This commit is contained in:
12
Esiur/Security/Authority/IAuthenticationResponder.cs
Normal file
12
Esiur/Security/Authority/IAuthenticationResponder.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Security.Authority
|
||||
{
|
||||
public interface IAuthenticationResponder
|
||||
{
|
||||
public AuthenticationResult Process(Session session);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user