License Manager
Provides a high-level interface for managing licenses, including local licenses. The LicenseManager is required to work with local license files. Typescript definitions are provided for the arguments and return types of the class methods.
To import the LicenseManager class use:
To create an instance:
The constructor takes the a single argument of the following type:
Methods that take a Managed License identificator are the same as in License API, except that product and hardware_id do not have to be specified in the payload as they are provided by the License Manager object.
Performs verifyConfirmationCode and activates Air-Gapped License:
Checks if License is enabled, active and not expired:
Returns days remaining in maintenance period:
Returns days remaining in license validity period:
See License File