Expand description
Repositories to interact with entities related to user accounts
Structs§
- Browser
Session Filter - Filter parameters for listing browser sessions
- User
Email Filter - Filter parameters for listing user emails
- User
Filter - Filter parameters for listing users
Enums§
- User
State - The state of a user account
Traits§
- Browser
Session Repository - A
BrowserSessionRepository
helps interacting withBrowserSession
saved in the storage backend - User
Email Repository - A
UserEmailRepository
helps interacting withUserEmail
saved in the storage backend - User
Password Repository - A
UserPasswordRepository
helps interacting withPassword
saved in the storage backend - User
Recovery Repository - A
UserRecoveryRepository
helps interacting withUserRecoverySession
andUserRecoveryTicket
saved in the storage backend - User
Registration Repository - A
UserRegistrationRepository
helps interacting withUserRegistration
saved in the storage backend - User
Repository - A
UserRepository
helps interacting withUser
saved in the storage backend - User
Terms Repository - A
UserTermsRepository
helps interacting with the terms of service agreed by aUser