OpenVPN 3 Core Library
|
Enumerations | |
enum | Type { USERNAME , PASSWORD , RESPONSE } |
Functions | |
template<typename STRING > | |
static bool | is_valid (const Type type, const STRING &cred, const bool strict) |
Enumerator | |
---|---|
USERNAME | |
PASSWORD | |
RESPONSE |
Definition at line 23 of file validatecreds.hpp.
|
static |