:drunk: AIGC steam connection support (w.i.p) (skip ci)

This commit is contained in:
2025-11-04 01:28:51 +08:00
parent b8fa5f5f24
commit 433230b495
4 changed files with 155 additions and 17 deletions

View File

@@ -358,4 +358,5 @@ public class OidcCallbackData
public string IdToken { get; set; } = "";
public string? State { get; set; }
public string? RawData { get; set; }
public Dictionary<string, string> QueryParameters { get; set; } = new();
}