feature: online session authentication and one-way decryption
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Disco.Services.Interop.DiscoServices
|
||||
{
|
||||
[Flags]
|
||||
public enum AuthenticationSessionScope
|
||||
{
|
||||
Ping = 1,
|
||||
Host = 2,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user