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.33

    Declaration

    Swift

    func getLogonToken(key: SASServerDescriptor) -> String?

    Parameters

    key

    the server requesting authentication

    Return Value

    logon token, or nil.