1#ifndef TENDUKE_CLIENT_EE_OFFLINELICENSETOKENPARSER_H
2#define TENDUKE_CLIENT_EE_OFFLINELICENSETOKENPARSER_H
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.
Classes, functions and globals related to 10Duke Enterprise licensing.
Definition AuthzLicensingClient.h:13
Classes, functions and globals of 10Duke Enterprise C++ Client.
Definition APIRequest.h:4
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4