SASServerAuthenticationDelegate
@objc
public protocol SASServerAuthenticationDelegate
Delegate for providing authentication tokens for a SASServer
Since
since 8.33-
Get the token for logging on to the SASServer
Since
since 8.33Declaration
Swift
func getLogonToken(key: SASServerDescriptor) -> String?Parameters
keythe server requesting authentication
Return Value
logon token, or nil.
View on GitHub
SASServerAuthenticationDelegate Protocol Reference