Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Doauth2_utils.h26 char* grpc_test_fetch_oauth2_token_with_credentials(
H A Doauth2_utils.cc40 char* grpc_test_fetch_oauth2_token_with_credentials( in grpc_test_fetch_oauth2_token_with_credentials() function
H A Dfetch_oauth2.cc141 token = grpc_test_fetch_oauth2_token_with_credentials(creds); in main()
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dclient_helper.cc69 char* token = grpc_test_fetch_oauth2_token_with_credentials(creds->c_creds_); in GetOauth2AccessToken()