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 more

    Declaration

    Swift

    public enum BrowserType : Int, Sendable
  • BrowserError enum to specify the error that may occur during external user-agent process

    See more

    Declaration

    Swift

    public enum BrowserError : Error, Sendable
  • BrowserMode enum to specify the mode of the browser; login, logout, or custom

    See more

    Declaration

    Swift

    public enum BrowserMode : Sendable