mirror of
https://gitee.com/openharmony/account_os_account
synced 2024-11-23 10:10:11 +00:00
!2126 适配UpdateUseAuthWithRecoveryKey用例
Merge pull request !2126 from vsunbee/master
This commit is contained in:
commit
b7f202e1f2
@ -65,6 +65,13 @@ public:
|
||||
const std::vector<uint8_t> &token,
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user