#include <LicenseRenewItem.h>
A license lease to renew.
|
const std::string | name |
| The name of the licensed item.
|
|
const std::string | leaseId |
| In a license renewal request, the ID of the license lease to be extended.
|
|
◆ LicenseRenewItem()
tenduke::ee::licensing::LicenseRenewItem::LicenseRenewItem |
( |
const std::string & |
name, |
|
|
const std::string & |
leaseId |
|
) |
| |
|
inline |
Constructs new instance.
- Parameters
-
name | The name of the licensed item. |
leaseId | In a license renewal request, the ID of the license lease to be extended. |
◆ leaseId
const std::string tenduke::ee::licensing::LicenseRenewItem::leaseId |
In a license renewal request, the ID of the license lease to be extended.
This is effectively the value of the JSON Web Token ID (JTI) claim of the previous license check.
The documentation for this class was generated from the following file: