Smart Parking
androidJvm
domain
/
it.unibolss.smartparking.domain.repositories.user
/
UserRepository
/
login
login
abstract
suspend
fun
login
(
credentials
:
UserCredentials
)
:
Either
<
AppError
,
Unit
>
Logs in the user with the given credentials
UserCredentials
.