10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
createOfflineLicenseTokenParser.h
1#ifndef TENDUKE_EE_LICENSING_CREATEOFFLINELICENSETOKENPARSER_H
2#define TENDUKE_EE_LICENSING_CREATEOFFLINELICENSETOKENPARSER_H
3
4#include "licensing/OfflineLicenseTokenParser.h"
5#include <memory>
6#include <string>
7
8namespace tenduke { namespace ee {namespace licensing {
9
19std::unique_ptr<::tenduke::ee::licensing::OfflineLicenseTokenParser> createOfflineLicenseTokenParser(const std::string &validationKeyPEM);
20
21}}}
22
23#endif //TENDUKE_EE_LICENSING_CREATEOFFLINELICENSETOKENPARSER_H
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