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