|
|
@@ -31,7 +31,7 @@ private let kFIRAuthErrorMessageMalformedJWT =
|
|
|
"Failed to parse JWT. Check the userInfo dictionary for the full token."
|
|
|
|
|
|
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
|
|
|
-class AuthErrorUtils: NSObject {
|
|
|
+class AuthErrorUtils {
|
|
|
static let internalErrorDomain = "FIRAuthInternalErrorDomain"
|
|
|
static let userInfoDeserializedResponseKey = "FIRAuthErrorUserInfoDeserializedResponseKey"
|
|
|
static let userInfoDataKey = "FIRAuthErrorUserInfoDataKey"
|
|
|
@@ -563,5 +563,3 @@ class AuthErrorUtils: NSObject {
|
|
|
return error(code: .recaptchaActionCreationFailed, message: message)
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-protocol MultiFactorResolverWrapper: NSObjectProtocol {}
|