Probe: add probe token to New and Challenge
Change-Id: Iae8b009bb2e78f03910e53fb49e750ebc8a6e6ae
diff --git a/src/certificate-request.hpp b/src/certificate-request.hpp
index 8fa5a0d..96c70ca 100644
--- a/src/certificate-request.hpp
+++ b/src/certificate-request.hpp
@@ -45,11 +45,16 @@
const std::string& challengeStatus, const std::string& challengeType,
const std::string& challengeTp, int remainingTime, int remainingTries,
const JsonSection& challengeSecrets, const security::v2::Certificate& cert);
+
+ void
+ setProbeToken(const std::shared_ptr<Data>& probeToken);
+
public:
Name m_caName;
std::string m_requestId = "";
int m_status = -1;
security::v2::Certificate m_cert;
+ std::shared_ptr<Data> m_probeToken = nullptr;
std::string m_challengeStatus = "";
std::string m_challengeType = "";