login

open suspend override fun login(body: LoginDto): AuthenticatedUserDto

Logs in a user remotely and performs local database operations to store the user and associated planets.

Return

The AuthenticatedUserDto representing the authenticated user.

Parameters

body

The LoginDto containing login credentials.