Servers
-
Public Interface to a SAS Server Descriptor.
Server descriptor defines the URL, user id, and logon characteristics of a SASServer
See moreSince
since 8.33Declaration
Swift
@objc public class SASServerDescriptor : NSObject -
Public Interface to a SAS Server
Instances are acquired by calling
SASManager.verifySASServer()or by callingSASManager.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().See moreSince
since 8.22Declaration
Swift
public protocol SASServer : AnyObject -
Declaration
Swift
@objc public protocol SASServerAuthenticationDelegate -
ViewController to present that will guide the user throguh the logon sequence.
See moreSince
since 26.0.0Declaration
Swift
public class SASServerLogonViewController : UIViewController, WKNavigationDelegate -
Declaration
Swift
@objc public protocol SASServerLogonViewControllerDelegate : NSObjectProtocol
View on GitHub
Servers Reference