RegisterClientUseCase

internal interface RegisterClientUseCase

This use case is responsible for registering the client. The client will be registered on the backend and the local storage.

If fails due to missing or invalid 2FA code, use RequestSecondFactorVerificationCodeUseCase to request a new code and then call this method again with the new code.

See also

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(registerClientParam: RegisterClientParam): RegisterClientResult