SASServerLogonViewController

public class SASServerLogonViewController : UIViewController, WKNavigationDelegate

ViewController to present that will guide the user throguh the logon sequence.

Since

since 26.0.0
  • The delegate for this view controller.

    Since

    since 26.0.0

    Declaration

    Swift

    @objc
    public var delegate: SASServerLogonViewControllerDelegate?
  • The server to log into. If the login is successful, then this server will be connected.

    Since

    since 26.0.0

    Declaration

    Swift

    public private(set) var server: SASServer { get }
  • Initalizer.

    Since

    since 26.0.0

    Declaration

    Swift

    public init(server: SASServer)