Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
core
/
gropius.repository.user
/
GropiusUserRepository
/
findByUsername
findByUsername
abstract
suspend
fun
findByUsername
(
username
:
String
)
:
GropiusUser
?
Finds a
GropiusUser
by username
Return
the found user
Parameters
username
the username of the user to get