OpenVPN 3 Core Library
|
#include <ovpncli.hpp>
Public Attributes | |
std::string | username |
std::string | password |
std::string | http_proxy_user |
std::string | http_proxy_pass |
std::string | response |
std::string | dynamicChallengeCookie |
Definition at line 114 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::dynamicChallengeCookie |
Definition at line 126 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::http_proxy_pass |
Definition at line 120 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::http_proxy_user |
Definition at line 119 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::password |
Definition at line 117 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::response |
Definition at line 123 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::username |
Definition at line 116 of file ovpncli.hpp.