8 lines
103 B
C#
8 lines
103 B
C#
namespace MxGateway.Server.Configuration;
|
|
|
|
public enum AuthenticationMode
|
|
{
|
|
ApiKey,
|
|
Disabled
|
|
}
|