20 template <
typename UserType,
typename PassType>
21 Digest(UserType&& username, PassType&& password)
24 const char* GetAuthString()
const noexcept {
return Authentication::GetAuthString(); }
main library namespace
Definition: api.hpp:19
Some Web APIs requires authenticating via HTTP Digest auth ( i.e. MD5 hashed user and password )...
Definition: digest.hpp:17
Some Web APIs requires authenticating via HTTP Basic auth ( i.e. base64 encoded user and password aut...
Definition: auth.hpp:16