33 #ifndef _IDENTT_STORE_VALIDATE_SERVICE_HPP_ 34 #define _IDENTT_STORE_VALIDATE_SERVICE_HPP_ 59 ::identt::utils::SharedTable::pointer stptr, ::identt::query::RequestTokenDataT* rtoka);
74 ::identt::utils::SharedTable::pointer stptr, ::identt::query::SubmitTokenDataT* stoka);
92 void PopulateAddress( ::identt::query::RequestTokenT* reqtok,
const std::string& medium, std::string& address);
97 #endif // _IDENTT_STORE_VALIDATE_SERVICE_HPP_
Definition: ValidateService.hpp:42
Definition: StoreBase.hpp:58
void SubmitTokenAction(::identt::utils::SharedTable::pointer stptr, ::identt::query::SubmitTokenDataT *stoka)
SubmitTokenAction : Service Endpoint SubmitToken.
Definition: ValidateService.cc:154
Definition: CryptoBase.hpp:49
void RequestTokenAction(::identt::utils::SharedTable::pointer stptr, ::identt::query::RequestTokenDataT *rtoka)
RequestTokenAction : Service Endpoint RequestToken.
Definition: ValidateService.cc:47