authenticateUserByName

inline suspend fun UserApi.authenticateUserByName(username: String, password: String): Response<AuthenticationResult>

Extension function for the authenticateUserByName operation that accepts the username and password directly