This commit is contained in:
2021-08-31 23:05:05 +00:00
parent 61eb8a9f64
commit f68127f33c
2 changed files with 26 additions and 13 deletions

View File

@@ -28,15 +28,10 @@ namespace AyaNova.PlugIn.V8
//url once known to be good
internal static string ApiBaseUrl { get; set; }
internal static string JWT { get; set; }
// public static bool Initialized { get; set; }
// internal static string ServerState { get; set; }
public static Guid WBIIntegrationID { get { return new Guid("{6946040C-1B50-4eab-BE08-A0E93DB7449F}"); } }
public static Guid RIIntegrationID { get { return new Guid("{F3E11847-B148-4CDC-88A7-BDB144EE5743}"); } }
//public util()
//{
// // Initialized = false;
// JWT = string.Empty;
//}
#region INIT / AUTH