abstract suspend fun existsByUsername(username: String): Boolean

Checks if a GropiusUser exists by username

Return

true if a GropiusUser with the specified username exists

Parameters

username

the username to check for