Searched defs:oauth_url (Results 1 - 2 of 2) sorted by relevance

/external/libweave/include/weave/
H A Dsettings.h62 std::string oauth_url; member in struct:weave::Settings
/external/libweave/src/
H A Ddevice_registration_info.cc291 return BuildURL(GetSettings().oauth_url, subpath, params);
835 const std::string& oauth_url,
850 if (!oauth_url.empty())
851 change.set_oauth_url(oauth_url);
831 UpdateServiceConfig( const std::string& client_id, const std::string& client_secret, const std::string& api_key, const std::string& oauth_url, const std::string& service_url, const std::string& xmpp_endpoint, ErrorPtr* error) argument

Completed in 63 milliseconds