RegisterUser
interface RegisterUser
Inbound application port for user registration.
Implementations coordinate the registration workflow and return a typed result describing the outcome.
Inheritors
Functions
Link copied to clipboard
abstract fun execute(user: User, credentials: UserCredentials): RegisterUser.Companion.RegisterUserResult
Registers a user using the provided credentials.