#include <stddef.h>
#include <memory>
#include <string>
#include <vector>
#include "absl/strings/str_cat.h"
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/status.h>
#include <grpcpp/channel.h>
#include <grpcpp/impl/grpc_library.h>
#include <grpcpp/security/credentials.h>
#include <grpcpp/support/channel_arguments.h>
#include <grpcpp/support/client_interceptor.h>
#include <grpcpp/support/config.h>
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/security/credentials/credentials.h"
#include "src/cpp/server/thread_pool_interface.h"
Go to the source code of this file.
Classes | |
class | grpc::MetadataCredentialsPluginWrapper |
class | grpc::SecureCallCredentials |
class | grpc::SecureChannelCredentials |
Namespaces | |
grpc | |
grpc::experimental | |
grpc::internal | |
Actual implementation of bi-directional streaming. | |
Functions | |
grpc_sts_credentials_options | grpc::experimental::StsCredentialsCppToCoreOptions (const StsCredentialsOptions &options) |
std::shared_ptr< ChannelCredentials > | grpc::internal::WrapChannelCredentials (grpc_channel_credentials *creds) |