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.
@discardableResult
1 parent 8ee1e96 commit 70139d2Copy full SHA for 70139d2
FirebaseAuth/Sources/Swift/Auth/Auth.swift
@@ -1605,6 +1605,7 @@ extension Auth: AuthInterop {
1605
/// so the caller should ignore the URL from further processing, and `false` means the
1606
/// the URL is for the app (or another library) so the caller should continue handling
1607
/// this URL as usual.
1608
+ @discardableResult
1609
@objc(canHandleURL:) open func canHandle(_ url: URL) -> Bool {
1610
kAuthGlobalWorkQueue.sync {
1611
guard let authURLPresenter = self.authURLPresenter as? AuthURLPresenter else {
0 commit comments