Hi everyone,
I’m building an application using the LexActivator library (in NodeJS if that matters) and I’m running into an issue related to how one can refresh the license data.
From the documentation it looks as if after one activates the license a periodic callback is set up that will refresh the data. That refresh can be configured to occur every day as a low end.
Our use case requires that the license data be up to date every time a query is sent to our service – we are essentially making an endpoint which can return the license data on request by wrapping the LexActivator functionality inside a web API.
My question is simply: Is there a way to force a refresh of the data on demand or do we have to wait a day for a resynchronization to occur?
Thanks for any help you can provide!