#include <memory>
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#include <grpc/support/log.h>
#include <grpcpp/security/credentials.h>
#include "src/cpp/client/secure_credentials.h"
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::experimental | |
Functions | |
std::shared_ptr< ChannelCredentials > | grpc::XdsCredentials (const std::shared_ptr< ChannelCredentials > &fallback_creds) |
Builds XDS Credentials. More... | |
std::shared_ptr< ChannelCredentials > | grpc::experimental::XdsCredentials (const std::shared_ptr< ChannelCredentials > &fallback_creds) |