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 113 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::dynamicChallengeCookie |
Definition at line 125 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::http_proxy_pass |
Definition at line 119 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::http_proxy_user |
Definition at line 118 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::password |
Definition at line 116 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::response |
Definition at line 122 of file ovpncli.hpp.
std::string openvpn::ClientAPI::ProvideCreds::username |
Definition at line 115 of file ovpncli.hpp.