mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-09 20:19:32 +02:00
10 lines
107 B
C#
10 lines
107 B
C#
namespace yawaflua.ru.Auth
|
|
{
|
|
|
|
public enum ApiKeyTypes
|
|
{
|
|
Public,
|
|
Private
|
|
}
|
|
}
|