Skip to content
Snippets Groups Projects

F async execute

Merged Timm Fitschen requested to merge f-async-execute into dev
5 files
+ 45
46
Compare changes
  • Side-by-side
  • Inline

Files

+ 9
9
@@ -27,15 +27,15 @@
@@ -27,15 +27,15 @@
* @date 2021-06-28
* @date 2021-06-28
* @brief Configuration and setup of the client authentication.
* @brief Configuration and setup of the client authentication.
*/
*/
#include "caosdb/utility.h" // for base64_encode
#include "caosdb/utility.h" // for base64_encode
#include <grpcpp/security/auth_context.h> // for AuthContext
#include <grpcpp/security/auth_context.h> // for AuthContext
#include <grpcpp/security/credentials.h> // for CallCredentials
#include <grpcpp/security/credentials.h> // for CallCredentials
#include <grpcpp/support/interceptor.h> // for Status
#include <grpcpp/support/interceptor.h> // for Status
#include <grpcpp/support/status.h> // for Status
#include <grpcpp/support/status.h> // for Status
#include <grpcpp/support/string_ref.h> // for string_ref
#include <grpcpp/support/string_ref.h> // for string_ref
#include <map> // for multimap
#include <map> // for multimap
#include <memory> // for shared_ptr
#include <memory> // for shared_ptr
#include <string> // for string
#include <string> // for string
namespace caosdb {
namespace caosdb {
namespace authentication {
namespace authentication {
Loading