Home
last modified time | relevance | path

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

/external/chromium_org/google_apis/gaia/
Dgaia_auth_fetcher.h321 std::string MakeRevokeTokenBody(const std::string& auth_token);
Dgaia_auth_fetcher.cc329 std::string GaiaAuthFetcher::MakeRevokeTokenBody( in MakeRevokeTokenBody() function in GaiaAuthFetcher
537 request_body_ = MakeRevokeTokenBody(auth_token); in StartRevokeOAuth2Token()