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?)