account work

This commit is contained in:
Christien Rioux 2023-07-09 13:55:53 -04:00
parent 0aa586a29c
commit f44fdb8eeb
2 changed files with 25 additions and 2 deletions

View file

@ -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