fun jwtToLoginResponseObject(token: String): LoginResponseObject?
Part of network.
Help method that takes a string token and turns it into a login response object, if valid
Return LoginResponseObject?