1#ifndef TENDUKE_EE_LICENSING_CREATEOFFLINELICENSETOKENPARSER_H
2#define TENDUKE_EE_LICENSING_CREATEOFFLINELICENSETOKENPARSER_H
4#include "licensing/OfflineLicenseTokenParser.h"
8namespace tenduke {
namespace ee {
namespace licensing {
std::unique_ptr<::tenduke::ee::licensing::OfflineLicenseTokenParser > createOfflineLicenseTokenParser(const std::string &validationKeyPEM)
Creates instance of tenduke::ee::licensing::OfflineLicenseTokenParser.
Definition createOfflineLicenseTokenParser.cpp:13
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4