Crate sos_account

Crate sos_account 

Source
Expand description

Create and manage local accounts for the Save Our Secrets SDK.

Re-exports§

pub use xclipboard;

Structs§

AccountBuilder
Create the data for a new account.
AccountChange
Result information for a change to an account.
AccountData
Data about an account.
AccountSwitcher
Collection of accounts with a currently selected account.
AccountSwitcherOptions
Options for an account switcher.
CipherComparison
Comparison between an existing cipher and a target cipher.
ClipboardCopyRequest
Request a clipboard copy operation.
DetachedView
Read-only view created from a specific event log commit.
FolderChange
Result information for changes to a folder’s attributes.
FolderCreate
Result information for folder creation.
FolderDelete
Result information for folder deletion.
LocalAccount
User account backed by a backend target for storage.
PrivateNewAccount
Private information about a new account.
SecretChange
Result information for a created or updated secret.
SecretDelete
Result information for a deleted secret.
SecretInsert
Result information for a bulk insert.
SecretMove
Result information for a secret move event.

Enums§

ClipboardTextFormat
Clipboard text formatter.
ContactImportProgress
Progress event when importing contacts.
Error
Error generated by the account library.

Traits§

Account
Trait for account implementations.

Type Aliases§

LocalAccountSwitcher
Account switcher for local accounts.