getUserByIp

abstract suspend fun getUserByIp(ip: String): UserEntity?

Get a user by their IP address.

Return

The matching UserEntity or null if not found

Parameters

ip

The IP address of the user