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