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
/// Active / default shared instance of the ``BrowserSignin`` session.
@@ -102,6 +106,7 @@ public final class BrowserSignin {
102
106
/// Used to control the options which dictates the presentation and behavior of the sign in session.
103
107
publicvaroptions:Option=[]
104
108
109
+
#if canImport(AuthenticationServices)
105
110
/// Indicates whether or not the developer prefers an ephemeral browser session, or if the user's browser state should be shared with the system browser.
106
111
publicvarephemeralSession:Bool{
107
112
get{
@@ -111,6 +116,7 @@ public final class BrowserSignin {
0 commit comments