Searched defs:GetPropertyByIdContext (Results 1 – 1 of 1) sorted by relevance
188 struct GetPropertyByIdContext : public GetPropertyCommonContext { struct189 explicit GetPropertyByIdContext(napi_env napiEnv) : GetPropertyCommonContext(napiEnv) {}; in GetPropertyByIdContext() argument190 uint8_t *credentialIdData = nullptr;191 size_t credentialIdLength = 0;192 uint64_t credentialId = 0;