menu
amadeus_proto
api/routes/auth.dart
Auth extension
Auth
dark_mode
light_mode
Auth
extension
on
ApiBase
Methods
createUser
(
String
username
,
String
email
,
String
password
)
→
Future
<
Either
<
ApiError
,
void
>
>
login
(
String
email
,
String
password
)
→
Future
<
Either
<
ApiError
,
(
String
,
String
)
>
>
refreshAuthToken
(
)
→
Future
<
Either
<
ApiError
,
void
>
>
amadeus_proto
auth
Auth extension
auth library