abra-api
Toggle table of contents
1.0.9-SNAPSHOT
Select version
1.0.10-SNAPSHOT
1.0.9-SNAPSHOT
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
abra-api
abra-api
/
ai.abra.api.service
/
AuthService
/
login
login
suspend
fun
login
(
email
:
String
,
password
:
String
)
:
Result
<
UserResource
,
Exception
>
Login a user.
Parameters
email
The email of the user.
password
The password of the user.