SecureValue: bugfix
GitOrigin-RevId: aabf0869bd20e80fbab15ba7849bce38a6442f03
This commit is contained in:
parent
baa334544b
commit
17ffd30722
@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
|
#include "td/utils/base64.h"
|
||||||
|
|
||||||
namespace td {
|
namespace td {
|
||||||
|
|
||||||
GetSecureValue::GetSecureValue(ActorShared<> parent, std::string password, SecureValueType type,
|
GetSecureValue::GetSecureValue(ActorShared<> parent, std::string password, SecureValueType type,
|
||||||
|
@ -139,12 +139,12 @@ td_api::object_ptr<td_api::encryptedCredentials> get_encrypted_credentials_objec
|
|||||||
const EncryptedSecureCredentials &credentials);
|
const EncryptedSecureCredentials &credentials);
|
||||||
|
|
||||||
struct SecureDataCredentials {
|
struct SecureDataCredentials {
|
||||||
string hash;
|
|
||||||
string secret;
|
string secret;
|
||||||
|
string hash;
|
||||||
};
|
};
|
||||||
struct SecureFileCredentials {
|
struct SecureFileCredentials {
|
||||||
string hash;
|
|
||||||
string secret;
|
string secret;
|
||||||
|
string hash;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SecureValueCredentials {
|
struct SecureValueCredentials {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user