Home
last modified time | relevance | path

Searched refs:service_account_impersonation_url (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.cc117 options.service_account_impersonation_url = it->second.string_value(); in Create()
285 if (options_.service_account_impersonation_url.empty()) { in ExchangeToken()
313 if (options_.service_account_impersonation_url.empty()) { in OnExchangeTokenInternal()
353 URI::Parse(options_.service_account_impersonation_url); in ImpersenateServiceAccount()
358 options_.service_account_impersonation_url, uri.status().ToString()) in ImpersenateServiceAccount()
Dexternal_account_credentials.h42 std::string service_account_impersonation_url; member