mirror of
https://gitee.com/openharmony/account_os_account
synced 2024-11-27 04:00:43 +00:00
sdafd
Signed-off-by: vsunbee <1106529648@qq.com>
This commit is contained in:
parent
af6295f7bc
commit
f66bdf3e5a
@ -66,6 +66,13 @@ public:
|
|||||||
const std::vector<uint8_t> &oldSecret,
|
const std::vector<uint8_t> &oldSecret,
|
||||||
const std::vector<uint8_t> &newSecret);
|
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)
|
int32_t PrepareAddUser(int32_t userId, uint32_t flags)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user