BrowserType
public enum BrowserType : Int, Sendable
BrowserType enum to specify the type of external user-agent; ASWebAuthenticationSession, Native Browser App, SFSafariViewController, or ASWebAuthenticationSession with prefersEphemeralWebBrowserSession set to true
-
Declaration
Swift
case authSession = 0
-
Declaration
Swift
case nativeBrowserApp = 1
-
Declaration
Swift
case sfViewController = 2
-
Declaration
Swift
case ephemeralAuthSession = 3