Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Doauth2_utils.h26 char* grpc_test_fetch_oauth2_token_with_credentials(
Dfetch_oauth2.cc97 token = grpc_test_fetch_oauth2_token_with_credentials(creds); in main()
Doauth2_utils.cc68 char* grpc_test_fetch_oauth2_token_with_credentials( in grpc_test_fetch_oauth2_token_with_credentials() function
/external/grpc-grpc/test/cpp/interop/
Dclient_helper.cc70 char* token = grpc_test_fetch_oauth2_token_with_credentials(c_creds); in GetOauth2AccessToken()