|
|
@ -23,6 +23,7 @@ |
|
|
|
#include <memory> |
|
|
|
#include <memory> |
|
|
|
#include <vector> |
|
|
|
#include <vector> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <grpc/grpc_security_constants.h> |
|
|
|
#include <grpcpp/impl/codegen/grpc_library.h> |
|
|
|
#include <grpcpp/impl/codegen/grpc_library.h> |
|
|
|
#include <grpcpp/security/auth_context.h> |
|
|
|
#include <grpcpp/security/auth_context.h> |
|
|
|
#include <grpcpp/support/status.h> |
|
|
|
#include <grpcpp/support/status.h> |
|
|
@ -234,6 +235,10 @@ struct AltsCredentialsOptions { |
|
|
|
std::shared_ptr<ChannelCredentials> AltsCredentials( |
|
|
|
std::shared_ptr<ChannelCredentials> AltsCredentials( |
|
|
|
const AltsCredentialsOptions& options); |
|
|
|
const AltsCredentialsOptions& options); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// Builds Local Credentials.
|
|
|
|
|
|
|
|
std::shared_ptr<ChannelCredentials> LocalCredentials( |
|
|
|
|
|
|
|
grpc_local_connect_type type); |
|
|
|
|
|
|
|
|
|
|
|
} // namespace experimental
|
|
|
|
} // namespace experimental
|
|
|
|
} // namespace grpc
|
|
|
|
} // namespace grpc
|
|
|
|
|
|
|
|
|
|
|
|