Home
last modified time | relevance | path

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

/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h195 std::shared_ptr<CallCredentials> GoogleRefreshTokenCredentials(
Dcredentials.h212 std::shared_ptr<CallCredentials> GoogleRefreshTokenCredentials(
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc337 std::shared_ptr<CallCredentials> GoogleRefreshTokenCredentials( in GoogleRefreshTokenCredentials() function
/third_party/grpc/test/cpp/client/
Dcredentials_test.cc114 std::shared_ptr<CallCredentials> bad1 = GoogleRefreshTokenCredentials(""); in TEST_F()