#include <DecodingKey.h>
Public Member Functions | |
ServiceCredentials () | |
Public Attributes | |
std::string | connectionString |
std::string | password |
std::string | userName |
Definition at line 13 of file DecodingKey.h.
|
inline |
Definition at line 98 of file DecodingKey.h.
std::string cond::auth::ServiceCredentials::connectionString |
Definition at line 15 of file DecodingKey.h.
Referenced by cond::auth::DecodingKey::createFromInputFile().
std::string cond::auth::ServiceCredentials::password |
Definition at line 17 of file DecodingKey.h.
Referenced by cond::auth::DecodingKey::createFromInputFile(), uploadConditions.ConditionsUploader::signIn(), and upload_popcon.ConditionsUploader::signInAgain().
std::string cond::auth::ServiceCredentials::userName |
Definition at line 16 of file DecodingKey.h.
Referenced by upload_popcon.ConditionsUploader::_uploadFile(), cond::auth::DecodingKey::createFromInputFile(), uploadConditions.ConditionsUploader::signIn(), upload_popcon.ConditionsUploader::signInAgain(), and uploadConditions.ConditionsUploader::uploadFile().