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
- User
Registration Token Filter - A filter to apply when listing [
UserRegistrationToken
]s
Enums§
- User
State - The state of a user account
Traits§
- Browser
Session Repository - A
BrowserSessionRepository
helps interacting with [BrowserSession
] saved in the storage backend - User
Email Repository - A
UserEmailRepository
helps interacting with [UserEmail
] saved in the storage backend - User
Password Repository - A
UserPasswordRepository
helps interacting with [Password
] saved in the storage backend - User
Recovery Repository - A
UserRecoveryRepository
helps interacting with [UserRecoverySession
] and [UserRecoveryTicket
] saved in the storage backend - User
Registration Repository - A
UserRegistrationRepository
helps interacting with [UserRegistration
] saved in the storage backend - User
Registration Token Repository - A
UserRegistrationTokenRepository
helps interacting with [UserRegistrationToken
] saved in the storage backend - User
Repository - A
UserRepository
helps interacting with [User
] saved in the storage backend - User
Terms Repository - A
UserTermsRepository
helps interacting with the terms of service agreed by a [User
]