#include <gtest/gtest.h>
#include "upb/upb.hpp"
#include <grpcpp/security/alts_context.h>
#include <grpcpp/security/alts_util.h>
#include <grpcpp/security/auth_context.h>
#include "src/core/tsi/alts/handshaker/alts_tsi_handshaker.h"
#include "src/cpp/common/secure_auth_context.h"
#include "src/proto/grpc/gcp/altscontext.upb.h"
#include "test/core/util/test_config.h"
#include "test/cpp/util/string_ref_helper.h"
Go to the source code of this file.
Namespaces | |
grpc | |
Functions | |
int | main (int argc, char **argv) |
Definition at line 218 of file alts_util_test.cc.