namespace AIStudio.Tools.ERIClient.DataModel; public enum AuthMethod { NONE, KERBEROS, USERNAME_PASSWORD, TOKEN, }