Searched refs:authAccountTypeJs (Results 1 – 1 of 1) sorted by relevance
1378 napi_value authAccountTypeJs; in VectorAuthUserToJs() local1379 NAPI_CALL(env, napi_create_int64(env, item.authAccountType, &authAccountTypeJs)); in VectorAuthUserToJs()1380 …API_CALL(env, napi_set_named_property(env, objAuthUserInfo, "authAccountType", authAccountTypeJs)); in VectorAuthUserToJs()