mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 00:56:17 +02:00
6 lines
153 B
C#
6 lines
153 B
C#
namespace RemoteExec.Server.Configuration;
|
|
|
|
public class AuthenticationConfiguration
|
|
{
|
|
public List<ApiKeyConfiguration> ApiKeys { get; set; } = [];
|
|
} |