IAMPASSConfiguration

public struct IAMPASSConfiguration

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

  • The IAMPASS server URL

    Declaration

    Swift

    public let server_url: URL
  • The default IAMPASS server

    Declaration

    Swift

    public static let DEFAULT_IAMPASS_CONFIGURATION: IAMPASSConfiguration
  • Constructor

    Declaration

    Swift

    public init(server_url: URL)

    Parameters

    server_url

    The URL for the IAMPASS server.