Home
last modified time | relevance | path

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

/external/libweave/src/
Ddevice_registration_info.h159 std::unique_ptr<base::DictionaryValue> ParseOAuthResponse(
Ddevice_registration_info.cc338 DeviceRegistrationInfo::ParseOAuthResponse(const HttpClient::Response& response, in ParseOAuthResponse() function in weave::DeviceRegistrationInfo
402 auto json = ParseOAuthResponse(*response, &error); in OnRefreshAccessTokenDone()
618 auto json_resp = ParseOAuthResponse(*response, &error); in RegisterDeviceOnAuthCodeSent()