CreateUserService

class CreateUserService @Inject constructor(createUser: CreateUser)

Service class responsible for handling create user requests.

Constructors

Link copied to clipboard
@Inject
constructor(createUser: CreateUser)

Types

Link copied to clipboard
object Companion : Logging

Functions

Link copied to clipboard
suspend fun invoke(call: ApplicationCall)

Handles the create user request.