execute
abstract fun execute(user: User, credentials: UserCredentials): RegisterUser.Companion.RegisterUserResult
Registers a user using the provided credentials.
Return
a RegisterUserResult indicating success or failure reason.
Parameters
user
domain user to be registered.
credentials
authentication data associated with the user.