UserFactory

sealed interface UserFactory

Factory interface for creating instances of the User domain model. This interface provides a method to create a User object with a given ID and profile.

Types

Link copied to clipboard
sealed interface UserFactoryResult

Functions