Home
last modified time | relevance | path

Searched refs:GoogleDefaultCredentials (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/test/cpp/util/
Dcli_credentials.cc141 return grpc::GoogleDefaultCredentials(); in GetChannelCredentials()
Dtest_credentials_provider.cc97 return grpc::GoogleDefaultCredentials(); in GetChannelCredentials()
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h162 std::shared_ptr<ChannelCredentials> GoogleDefaultCredentials();
Dcredentials.h179 std::shared_ptr<ChannelCredentials> GoogleDefaultCredentials();
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc106 std::shared_ptr<ChannelCredentials> GoogleDefaultCredentials() { in GoogleDefaultCredentials() function
/third_party/grpc/doc/
Dinterop-test-descriptions.md689 GoogleDefaultCredentials. The path to a service account key file in the
701 1. Client configures the channel to use GoogleDefaultCredentials
702 * Note: the term `GoogleDefaultCredentials` within the context
/third_party/grpc/test/cpp/client/
Dcredentials_test.cc119 auto creds = GoogleDefaultCredentials(); in TEST_F()