Home
last modified time | relevance | path

Searched refs:GoogleIAMCredentials (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h215 std::shared_ptr<CallCredentials> GoogleIAMCredentials(
Dcredentials.h232 std::shared_ptr<CallCredentials> GoogleIAMCredentials(
/third_party/grpc/test/cpp/end2end/
Dend2end_test.cc1770 GoogleIAMCredentials(kFakeToken, kFakeSelector); in TEST_P()
1796 GoogleIAMCredentials(kFakeToken, kFakeSelector); in Intercept()
1856 GoogleIAMCredentials(kWrongToken, kWrongSelector); in TEST_P()
1883 GoogleIAMCredentials(kFakeToken1, kFakeSelector1); in TEST_P()
1889 GoogleIAMCredentials(kFakeToken2, kFakeSelector2); in TEST_P()
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc353 std::shared_ptr<CallCredentials> GoogleIAMCredentials( in GoogleIAMCredentials() function