This commit is contained in:
2026-02-18 22:58:41 +01:00
parent b3db7cbd7b
commit 1ca76b0fec
5 changed files with 41 additions and 17 deletions

View File

@@ -198,7 +198,7 @@ extension Notification.Name {
struct TokenResponse: Codable {
let accessToken: String
let idToken: String
let idToken: String?
let tokenType: String
let expiresIn: Int?
let user: User