Servers

  • Public Interface to a SAS Server Descriptor.

    Server descriptor defines the URL, user id, and logon characteristics of a SASServer

    Since

    since 8.33
    See more

    Declaration

    Swift

    @objc
    public class SASServerDescriptor : NSObject
  • Public Interface to a SAS Server

    Instances are acquired by calling SASManager.verifySASServer() or by calling SASManager.servers(). When a server is acquired by the SASManager API, it is retained and made available across program instances.

    You can remove a SAS server by calling SASManager.removeSASServer().

    Since

    since 8.22
    See more

    Declaration

    Swift

    public protocol SASServer : AnyObject
  • Delegate for providing authentication tokens for a SASServer

    Since

    since 8.33
    See more

    Declaration

    Swift

    @objc
    public protocol SASServerAuthenticationDelegate
  • ViewController to present that will guide the user throguh the logon sequence.

    Since

    since 26.0.0
    See more

    Declaration

    Swift

    public class SASServerLogonViewController : UIViewController, WKNavigationDelegate
  • Delegate protocol for SASServerLogonViewController.

    Since

    since 26.0.0
    See more

    Declaration

    Swift

    @objc
    public protocol SASServerLogonViewControllerDelegate : NSObjectProtocol