10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
tenduke::ee::licensing::LicenseRenewItem Class Reference

#include <LicenseRenewItem.h>

Detailed Description

A license lease to renew.

Public Member Functions

 LicenseRenewItem (const std::string &name, const std::string &leaseId)
 Constructs new instance.
 

Public Attributes

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.
 

Constructor & Destructor Documentation

◆ LicenseRenewItem()

tenduke::ee::licensing::LicenseRenewItem::LicenseRenewItem ( const std::string &  name,
const std::string &  leaseId 
)
inline

Constructs new instance.

Parameters
nameThe name of the licensed item.
leaseIdIn a license renewal request, the ID of the license lease to be extended.

Member Data Documentation

◆ 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: