Searched refs:service_account_impersonation_url (Results 1 – 2 of 2) sorted by relevance
117 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()
42 std::string service_account_impersonation_url; member