UserEntity

constructor(@Id id: String? = null, username: String, password: String, email: String? = null, description: String? = null, profilePicture: String? = null, refreshToken: String? = null)