Searched defs:GetAuthInfoContext (Results 1 – 1 of 1) sorted by relevance
156 struct GetAuthInfoContext : public CommonAsyncContext { struct157 explicit GetAuthInfoContext(napi_env napiEnv) : CommonAsyncContext(napiEnv) {}; in GetAuthInfoContext() argument158 int32_t accountId = -1;159 bool parseHasAccountId = false;161 std::vector<AccountSA::CredentialInfo> credInfo;162 std::shared_ptr<NapiCallbackRef> callback;