You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/BrowserSignin/BrowserSignin.swift
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public enum BrowserSigninError: Error {
27
27
case cannotStartBrowserSession
28
28
case cannotComposeAuthenticationURL
29
29
case authenticationProvider(error:anyError)
30
-
casenoAuthenticatorProviderResonse
30
+
casenoAuthenticatorProviderResponse
31
31
case serverError(_ error:OAuth2ServerError)
32
32
case invalidRedirectScheme(_ scheme:String?)
33
33
case userCancelledLogin(_ reason:String?=nil)
@@ -55,7 +55,6 @@ public enum BrowserSigninError: Error {
55
55
///
56
56
/// > Note: The use of HTTPS addresses within the redirect callback URI is limited by the availability of support within ASWebAuthenticationSession, which currently requires a minimum of iOS 17.4, macOS 14.4, watchOS 10.4, tvOS 17.4, or visionOS 1.1.
0 commit comments