modules/auth/domain/models/models library
Classes
- Token
- A token to authenticate with a Webservice.
- User
- A user using the application.
Enums
- UserCapability
- Represents the different capabilities a user can possess within the application.
- Vintage
- Represents a "Jahrgang" (grade level or class year) in a high school context. Used to denote the year group (or class) of students within a high school.
- Webservice
- An API endpoint exposed by a moodle plugin.
Extensions
-
UserCapabilitiesExtension
on List<
UserCapability> - Provides helper methods for List<UserCapability>.
- UserCapabilityExtension on UserCapability
- Provides helper methods for UserCapability.