class LoginObject
Part of models.
LoginObject gets returned when a login correctly occurs
LoginObject(username: String, password: String)
holds the JWT token of the user
val username: String