#include <authcreds.hpp>
|
static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result.
|
|
Definition at line 28 of file authcreds.hpp.
◆ Ptr
◆ AuthCreds() [1/2]
openvpn::AuthCreds::AuthCreds |
( |
std::string && |
username_arg, |
|
|
SafeString && |
password_arg, |
|
|
const std::string & |
peer_info_str |
|
) |
| |
|
inline |
◆ AuthCreds() [2/2]
openvpn::AuthCreds::AuthCreds |
( |
std::string |
username_arg, |
|
|
SafeString |
password_arg, |
|
|
OptionList |
peer_info_arg |
|
) |
| |
|
inline |
◆ defined()
bool openvpn::AuthCreds::defined |
( |
| ) |
const |
|
inline |
◆ is_valid()
bool openvpn::AuthCreds::is_valid |
( |
const bool |
strict | ) |
const |
|
inline |
◆ is_valid_user_pass()
bool openvpn::AuthCreds::is_valid_user_pass |
( |
const bool |
strict | ) |
const |
|
inline |
◆ to_string()
std::string openvpn::AuthCreds::to_string |
( |
| ) |
const |
|
inline |
◆ wipe_password()
void openvpn::AuthCreds::wipe_password |
( |
| ) |
|
|
inline |
◆ password
◆ peer_info
◆ username
std::string openvpn::AuthCreds::username |
The documentation for this class was generated from the following file: