diff --git a/Sources/Networking/Modifiers/Interceptors/Authorization/AuthorizationData.swift b/Sources/Networking/Modifiers/Interceptors/Authorization/AuthorizationData.swift index 259fecb0..bf794614 100644 --- a/Sources/Networking/Modifiers/Interceptors/Authorization/AuthorizationData.swift +++ b/Sources/Networking/Modifiers/Interceptors/Authorization/AuthorizationData.swift @@ -7,7 +7,7 @@ import Foundation -public struct AuthorizationData { +public struct AuthorizationData: Codable, Sendable { public let accessToken: String public let refreshToken: String public let expiresIn: Date?