mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-02 14:26:12 -04:00
account work
This commit is contained in:
parent
0aa586a29c
commit
f44fdb8eeb
2 changed files with 25 additions and 2 deletions
|
@ -38,6 +38,8 @@ class LocalAccount with _$LocalAccount {
|
|||
required IdentityMaster identityMaster,
|
||||
// The encrypted identity secret that goes with the identityPublicKey
|
||||
@Uint8ListJsonConverter() required Uint8List identitySecretKeyBytes,
|
||||
// The salt for the identity secret key encryption
|
||||
@Uint8ListJsonConverter() required Uint8List identitySecretSaltBytes,
|
||||
// The kind of encryption input used on the account
|
||||
required EncryptionKeyType encryptionKeyType,
|
||||
// If account is not hidden, password can be retrieved via
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue