login

abstract suspend fun login(loginDto: LoginDto): UserDto

Attempts to authenticate the user based on the provided LoginDto.

Return

The user information upon successful authentication.

Parameters

loginDto

The login data.