Searched refs:encoded_auth_token (Results 1 – 5 of 5) sorted by relevance
234 std::string encoded_auth_token = tok->base64_param(); in ParseChallenge() local235 if (encoded_auth_token.empty()) { in ParseChallenge()250 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token); in ParseChallenge()
692 std::string encoded_auth_token = tok->base64_param(); in ParseChallenge() local694 if (encoded_auth_token.empty()) { in ParseChallenge()710 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token); in ParseChallenge()
230 std::string encoded_auth_token = tok->base64_param(); in ParseChallenge() local231 if (encoded_auth_token.empty()) { in ParseChallenge()246 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token); in ParseChallenge()
687 std::string encoded_auth_token = tok->base64_param(); in ParseChallenge() local689 if (encoded_auth_token.empty()) { in ParseChallenge()705 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token); in ParseChallenge()
345 std::string encoded_auth_token = net::EscapeUrlEncodedData(auth_token, true); in MakeMergeSessionBody() local350 encoded_auth_token.c_str(), in MakeMergeSessionBody()