# Variables
No description provided by the author
# Structs
No description provided by the author
The basic User interface implementation.
The UserDatabase type is the central point of user management.
# Type aliases
Utility type to create filters and update fields.
The DuplicateNamespaceError indicates that a namespace already exists in the database when creating or modifying user.
The DuplicateUserError indicates that an user already exists in the database when creating user.
The InvalidUserError indicates that a user is not valid to login.
The UserNotFoundError indicates that a user not found in the database.