Enumerations
The following enumerations are available globally.
-
BrowserType enum to specify the type of external user-agent; ASWebAuthenticationSession, Native Browser App, SFSafariViewController, or ASWebAuthenticationSession with prefersEphemeralWebBrowserSession set to true
See moreDeclaration
Swift
public enum BrowserType : Int, Sendable
-
BrowserError enum to specify the error that may occur during external user-agent process
See moreDeclaration
Swift
public enum BrowserError : Error, Sendable
-
BrowserMode enum to specify the mode of the browser; login, logout, or custom
See moreDeclaration
Swift
public enum BrowserMode : Sendable