RegisterAccountUseCase

class RegisterAccountUseCase(registerAccountRepository: RegisterAccountRepository, serverConfig: ServerConfig, proxyCredentials: ProxyCredentials?)

This use case is responsible for registering a new account.

Constructors

Link copied to clipboard
internal constructor(registerAccountRepository: RegisterAccountRepository, serverConfig: ServerConfig, proxyCredentials: ProxyCredentials?)

Functions

Link copied to clipboard
suspend operator fun invoke(param: RegisterParam): RegisterResult