From 36edd502f9a23210f26c85852f12e3e2ac4152e7 Mon Sep 17 00:00:00 2001 From: Jax DesMarais-Leder Date: Fri, 31 Jan 2025 14:06:35 -0600 Subject: [PATCH] Update Sources/BraintreeCore/Authorization/BTClientToken.swift Co-authored-by: Rich Herrera --- Sources/BraintreeCore/Authorization/BTClientToken.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/BraintreeCore/Authorization/BTClientToken.swift b/Sources/BraintreeCore/Authorization/BTClientToken.swift index e1dd0585c..aed9ae5e8 100644 --- a/Sources/BraintreeCore/Authorization/BTClientToken.swift +++ b/Sources/BraintreeCore/Authorization/BTClientToken.swift @@ -86,7 +86,7 @@ import Foundation return BTJSON(value: clientTokenJSON) } - // MARK: - NSCoding conformance + // MARK: - NSSecureCoding conformance public static var supportsSecureCoding: Bool = true