1#ifndef TENDUKE_CLIENT_EE_OFFLINELICENSETOKENPARSER_H
2#define TENDUKE_CLIENT_EE_OFFLINELICENSETOKENPARSER_H
8namespace tenduke {
namespace ee {
namespace licensing {
16 static std::unique_ptr<OfflineLicenseTokenParser> create(
const std::string &validationKeyPEM);
27 virtual ::tenduke::ee::licensing::Lease
from(
const std::string &licenseToken)
const = 0;
Service for parsing standalone license tokens.
Definition OfflineLicenseTokenParser.h:14
virtual ::tenduke::ee::licensing::Lease from(const std::string &licenseToken) const =0
Parses a single token from given string.
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4