ActiveconnectConfiguration

public struct ActiveconnectConfiguration

Used by ManagementAPI.init to describe the Activeconnect Server it should connect to. Most developers will use public Activeconnect Servers should pass nil to ManagementAPI.init This structure allows developers working with private Activeconnect Servers to connect to their private server.

  • The Activeconnect server URL

    Declaration

    Swift

    public let server_url: URL
  • The default Activeconnect server

    Declaration

    Swift

    public static let DEFAULT_ACTIVECONNECT_CONFIGURATION: ActiveconnectConfiguration
  • The development Activeconnect server

    Declaration

    Swift

    public static let DEVELOPMENT_ACTIVECONNECT_CONFIGURATION: ActiveconnectConfiguration
  • Constructor

    Declaration

    Swift

    public init(server_url: URL)

    Parameters

    server_url

    The URL for the Activeconnect server.