This commit is contained in:
2021-09-01 17:13:46 +00:00
parent f68127f33c
commit f38e3f7a83
3 changed files with 75 additions and 22 deletions

View File

@@ -27,6 +27,9 @@ namespace AyaNova.PlugIn.V8
public static HttpClient client = null;
//url once known to be good
internal static string ApiBaseUrl { get; set; }
//auth processes url for api and this is the best guess as to the client url to use for notification / help links etc
internal static string GuessClientUrl { get; set; }
internal static string JWT { get; set; }
public static Guid WBIIntegrationID { get { return new Guid("{6946040C-1B50-4eab-BE08-A0E93DB7449F}"); } }