From b02fb81a56bd94b38fdb26771c3e591419f0f49c Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Wed, 3 May 2023 20:42:20 +0200 Subject: Small refactoring --- MatrixRoomUtils.Core/RuntimeCache.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MatrixRoomUtils.Core/RuntimeCache.cs') diff --git a/MatrixRoomUtils.Core/RuntimeCache.cs b/MatrixRoomUtils.Core/RuntimeCache.cs index 45262db..3e9eebc 100644 --- a/MatrixRoomUtils.Core/RuntimeCache.cs +++ b/MatrixRoomUtils.Core/RuntimeCache.cs @@ -20,6 +20,7 @@ public class UserInfo { public ProfileResponse Profile { get; set; } = new(); public LoginResponse LoginResponse { get; set; } + public string AccessToken { get; set; } } public class HomeServerResolutionResult -- cgit 1.4.1