10Duke Enterprise C++ SDK
Toggle main menu visibility
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
8
namespace
tenduke
{
namespace
ee
{
namespace
licensing
{
9
19
std::unique_ptr<::tenduke::ee::licensing::OfflineLicenseTokenParser>
createOfflineLicenseTokenParser
(
const
std::string &validationKeyPEM);
20
21
}}}
22
23
#endif
//TENDUKE_EE_LICENSING_CREATEOFFLINELICENSETOKENPARSER_H
tenduke::ee::licensing
Classes, functions and globals related to 10Duke Enterprise licensing.
Definition
AuthzLicensingClient.h:13
tenduke::ee::licensing::createOfflineLicenseTokenParser
std::unique_ptr<::tenduke::ee::licensing::OfflineLicenseTokenParser > createOfflineLicenseTokenParser(const std::string &validationKeyPEM)
Creates instance of tenduke::ee::licensing::OfflineLicenseTokenParser.
Definition
createOfflineLicenseTokenParser.cpp:13
tenduke::ee
Classes, functions and globals of 10Duke Enterprise C++ Client.
Definition
APIRequest.h:4
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
client
enterprise
bundle
src
licensing
createOfflineLicenseTokenParser.h
Generated by
1.17.0