Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/openwrt_control_server/
Dmain.cpp155 auto auth_data = LuciRpcData(1, "login", {"root", "password"}); in UpdateLuciRpcAuthKey() local
157 CF_EXPECT(http_client_.PostToJson(auth_url, auth_data, header_)); in UpdateLuciRpcAuthKey()