!2126 适配UpdateUseAuthWithRecoveryKey用例

Merge pull request !2126 from vsunbee/master
This commit is contained in:
openharmony_ci 2024-09-29 03:48:28 +00:00 committed by Gitee
commit b7f202e1f2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -66,6 +66,13 @@ public:
const std::vector<uint8_t> &oldSecret,
const std::vector<uint8_t> &newSecret);
int32_t UpdateUseAuthWithRecoveryKey(const std::vector<uint8_t> &authToken,
const std::vector<uint8_t> &newSecret, uint64_t secureUid,
uint32_t userId, std::vector<std::vector<uint8_t>> &plainText)
{
return 0;
}
int32_t PrepareAddUser(int32_t userId, uint32_t flags)
{
return 0;