#include <grpc/support/port_platform.h>
#include <utility>
#include "absl/status/status.h"
#include "absl/strings/string_view.h"
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#include <grpc/impl/codegen/grpc_types.h>
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/iomgr/endpoint.h"
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/iomgr/iomgr_fwd.h"
#include "src/core/lib/promise/arena_promise.h"
#include "src/core/lib/security/credentials/credentials.h"
#include "src/core/lib/security/security_connector/security_connector.h"
#include "src/core/lib/transport/handshaker.h"
#include "src/core/tsi/transport_security_interface.h"
Go to the source code of this file.
Classes | |
class | grpc_core::InsecureChannelSecurityConnector |
class | grpc_core::InsecureServerSecurityConnector |
Namespaces | |
grpc_core | |
Functions | |
RefCountedPtr< grpc_auth_context > | grpc_core::TestOnlyMakeInsecureAuthContext () |