Searched defs:OAuthAsyncContext (Results 1 – 1 of 1) sorted by relevance
89 struct OAuthAsyncContext : public CommonAsyncContext { struct90 OAuthAsyncContext(napi_env env, bool throwAble = false) : CommonAsyncContext(env, throwAble) {}; in CommonAsyncContext() argument91 std::string name;92 std::string owner;93 std::string sessionId;94 std::string bundleName;95 std::string authType;96 std::string token;97 std::set<std::string> authList;98 bool isVisible = false;[all …]