getUser

abstract suspend fun getUser(): Either<AppError, User>

Gets the informations User of the currently logged in user