We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d27769 + 35142b2 commit 70a27beCopy full SHA for 70a27be
IFTTT SDK/AuthenticationSession.swift
@@ -41,7 +41,7 @@ final class AuthenticationSession {
41
/// - url: The url for an OAuth page
42
/// - callbackURLScheme: The URL scheme used in the redirect or nil. If passing nil, the scheme must be defined in the app's plist.
43
/// - completionHandler: Called when authentication finishes. Returns the Result.
44
- @available(iOS, deprecated: 13, obsoleted: 12, message: "API is deprecated in iOS 13 and obsoleted in iOS 12")
+ @available(iOS, deprecated: 12, obsoleted: 13, message: "API is deprecated in iOS 12 and obsoleted in iOS 13")
45
init(url: URL, callbackURLScheme: String? , completionHandler: @escaping (Result<URL, AuthenticationError>) -> Void) {
46
let sessionCompletionHandler = { (url: URL?, error: Error?) -> Void in
47
guard error == nil, let url = url else {
0 commit comments