Login

interface Login

The public interface for a Login use case.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun login(loginRequest: LoginRequest): Either<LoginError, Unit>

Login to the WalletProvider.