1#ifndef TENDUKE_SE_LICENSING_LICENSETOKENTOLEASE_H
2#define TENDUKE_SE_LICENSING_LICENSETOKENTOLEASE_H
5#include "jwt/JWTParser.h"
27 const std::string &licenseToken,
28 const std::string &licenseKey,
Lease of a license.
Definition Lease.h:17
Converts license token to tenduke::se::licensing::Lease.
Definition LicenseTokenToLease.h:17
virtual tenduke::se::licensing::Lease from(const std::string &licenseToken, const std::string &licenseKey, bool metered) const =0
Converts the token toa lease.
Licensing operations for 10Duke Scale.
Definition LicenseConsumerClientBindingStatus.h:8
Classes, functions and globals of 10Duke Scale C++ Client.
Definition AbstractClientFactory.h:16
Root for classes, functions and globals of 10Duke C++ Client.
Definition AbstractClientFactory.h:16