Skip to content
Snippets Groups Projects

Release 0.2.0

Closed Timm Fitschen requested to merge release-0.2.0 into main
10 files
+ 94
70
Compare changes
  • Side-by-side
  • Inline

Files

@@ -28,11 +28,11 @@
* @brief Configuration and setup of the client authentication.
*/
#include "caosdb/utility.h" // for base64_encode
#include <grpcpp/impl/codegen/interceptor.h> // for Status
#include <grpcpp/impl/codegen/security/auth_context.h> // for AuthContext
#include <grpcpp/impl/codegen/status.h> // for Status
#include <grpcpp/impl/codegen/string_ref.h> // for string_ref
#include <grpcpp/security/auth_context.h> // for AuthContext
#include <grpcpp/security/credentials.h> // for CallCredentials
#include <grpcpp/support/interceptor.h> // for Status
#include <grpcpp/support/status.h> // for Status
#include <grpcpp/support/string_ref.h> // for string_ref
#include <map> // for multimap
#include <memory> // for shared_ptr
#include <string> // for string
Loading