Searched defs:PrepareRemoteAuthContext (Results 1 – 1 of 1) sorted by relevance
101 struct PrepareRemoteAuthContext : public CommonAsyncContext { struct102 explicit PrepareRemoteAuthContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in PrepareRemoteAuthContext() argument103 int32_t result = 0;104 std::string remoteNetworkId;