Options used to build AltsCredentials. More...
#include <credentials.h>
Public Attributes | |
std::vector< grpc::string > | target_service_accounts |
Options used to build AltsCredentials.
Definition at line 327 of file include/grpcpp/security/credentials.h.
std::vector<grpc::string> grpc::experimental::AltsCredentialsOptions::target_service_accounts |
service accounts of target endpoint that will be acceptable by the client. If service accounts are provided and none of them matches that of the server, authentication will fail.
Definition at line 331 of file include/grpcpp/security/credentials.h.