#include <memory>
#include <grpc/grpc_security_constants.h>
#include <grpcpp/impl/codegen/status.h>
#include <grpcpp/security/alts_context.h>
#include <grpcpp/security/auth_context.h>
Go to the source code of this file.
Namespaces | |
grpc | |
grpc::experimental | |
Functions | |
grpc::Status | grpc::experimental::AltsClientAuthzCheck (const std::shared_ptr< const AuthContext > &auth_context, const std::vector< std::string > &expected_service_accounts) |
std::unique_ptr< AltsContext > | grpc::experimental::GetAltsContextFromAuthContext (const std::shared_ptr< const AuthContext > &auth_context) |