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/Providers/BrowserSigninProvider.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ extension BrowserSignin {
18
18
/// Protocol used to represent a specific provider type for use in presenting a browser.
19
19
///
20
20
/// > Important: The default implementation will use the most appropriate browser session for use when authenticating. This facility should only be used when a built-in browser capability is unavailable in your target environment.
21
-
nonisolatedpublicprotocolProvider:Sendable{
21
+
publicprotocolProvider:Sendable{
22
22
/// Used by ``BrowserSignin`` when it determines a browser should be presented to the user.
23
23
/// - Parameters:
24
24
/// - authorizeUrl: Authorization URL to open within the browser.
@@ -33,7 +33,7 @@ extension BrowserSignin {
33
33
/// Protocol used to customize the presentation of the browser sign in interface.
34
34
///
35
35
/// > Important: The default implementation will use the most appropriate browser session for use when authenticating. This facility should only be used when a built-in browser capability is unavailable in your target environment.
0 commit comments