00001 #include "cpr/digest.h" 00002 00003 namespace cpr { 00004 00005 const char* Digest::GetAuthString() const noexcept { 00006 return Authentication::GetAuthString(); 00007 } 00008 00009 } // namespace cpr