mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 22:49:07 +00:00
9 lines
114 B
C#
9 lines
114 B
C#
namespace AIStudio.Assistants.ERI;
|
|
|
|
public enum Auth
|
|
{
|
|
NONE,
|
|
KERBEROS,
|
|
USERNAME_PASSWORD,
|
|
TOKEN,
|
|
} |