abra-api
Toggle table of contents
1.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
abra-api
abra-api
/
ai.abra.api.service
/
AuthService
Auth
Service
class
AuthService
Members
Functions
forgot
Password
Link copied to clipboard
suspend
fun
forgotPassword
(
email
:
String
)
:
Result
<
MessageResponse
,
Exception
>
Request a password reset email
login
Link copied to clipboard
suspend
fun
login
(
email
:
String
,
password
:
String
)
:
Result
<
UserResource
,
Exception
>
Login a user.
register
Link copied to clipboard
suspend
fun
register
(
name
:
String
,
email
:
String
,
password
:
String
,
passwordConfirmation
:
String
)
:
Result
<
UserResource
,
Exception
>
Register a new user.
verify
Token
Link copied to clipboard
suspend
fun
verifyToken
(
token
:
String
)
:
Result
<
MessageResponse
,
Exception
>
Verify the token of a user.