getUser

abstract suspend fun getUser(username: String): User

Get user by username

Return

The corresponding user

Parameters

username