Module mas_storage::user
source · Expand description
Repositories to interact with entities related to user accounts
Structs§
- Filter parameters for listing browser sessions
- Filter parameters for listing user emails
- Filter parameters for listing users
Enums§
- The state of a user account
Traits§
- A
BrowserSessionRepository
helps interacting withBrowserSession
saved in the storage backend - A
UserEmailRepository
helps interacting withUserEmail
saved in the storage backend - A
UserPasswordRepository
helps interacting withPassword
saved in the storage backend - A
UserRecoveryRepository
helps interacting withUserRecoverySession
andUserRecoveryTicket
saved in the storage backend - A
UserRepository
helps interacting withUser
saved in the storage backend - A
UserTermsRepository
helps interacting with the terms of service agreed by aUser