1#ifndef TENDUKE_SE_SERIALIZESTATETOJSON_H
2#define TENDUKE_SE_SERIALIZESTATETOJSON_H
4#include "./ClientState.h"
5#include "../licensing/api/Leases.h"
7#include "oauth/OAuthConfiguration.h"
8#include "oidc/OIDCConfiguration.h"
9#include "oidc/OIDCState.h"
15namespace tenduke {
namespace se {
29 std::string
serialize(const ::tenduke::se::ClientState &state)
const;
Serializes client state to JSON.
Definition SerializeStateToJSON.h:20
std::string serialize(const ::tenduke::se::ClientState &state) const
Serializes the state.
Definition SerializeStateToJSON.cpp:43
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7