BrowserType
@objc
public enum BrowserType : Int
BrowserType enum is a representation of type of external user-agent supported in Browser object
-
Declaration
Swift
case nativeBrowserApp = 1 -
Declaration
Swift
case sfViewController = 2 -
Declaration
Swift
case authSession = 0 -
Declaration
Swift
case ephemeralAuthSession = 3
View on GitHub