Home | History | Annotate | Download | only in gaia

Lines Matching refs:auth_code

324     const std::string& auth_code) {
331 std::string encoded_auth_code = net::EscapeUrlEncodedData(auth_code, true);
449 std::string* auth_code) {
450 DCHECK(auth_code);
453 if (ParseClientLoginToOAuth2Cookie(*iter, auth_code))
461 std::string* auth_code) {
475 auth_code->assign(part.substr(
605 const std::string& auth_code) {
609 request_body_ = MakeGetTokenPairBody(auth_code);
805 std::string auth_code;
806 if (ParseClientLoginToOAuth2Response(cookies, &auth_code)) {
807 StartAuthCodeForOAuth2TokenExchange(auth_code);