login

abstract suspend fun login(loginRequest: LoginRequest): Either<LoginError, Unit>

Login to the WalletProvider.

Return

arrow.core.Either containing a LoginError if the login process failed.

Parameters

loginRequest

A LoginRequest containing the email and password of the user.