Module lock_keeper::types::database::account
source · Expand description
Database models for users and user-related fields
Structs§
- One user with a set of arbitrary secrets and a [
ServerRegistration
] to authenticate with. - Account name used as human-memorable identifier for a user during OPAQUE.
- Unique ID for a user. Wrapped in a
Box
to avoid stack overflows during heavy traffic.