ConfirmitServer
public enum ConfirmitServer
-
Declaration
Swift
public private(set) static var us: Server! { get } -
Declaration
Swift
public private(set) static var uk: Server! { get } -
Declaration
Swift
public private(set) static var australia: Server! { get } -
Declaration
Swift
public private(set) static var insights: Server! { get } -
Declaration
Swift
public private(set) static var canada: Server! { get } -
Declaration
Swift
public private(set) static var germany: Server! { get } -
Declaration
Swift
public private(set) static var hxPlatform: Server! { get } -
Declaration
Swift
public private(set) static var hxUs2: Server! { get } -
Declaration
Swift
public private(set) static var hxAustralia: Server! { get } -
Declaration
Swift
public static func configureUS(clientId: String, clientSecret: String) throws -
Declaration
Swift
public static func configureUK(clientId: String, clientSecret: String) throws -
Declaration
Swift
public static func configureAustralia(clientId: String, clientSecret: String) throws -
Declaration
Swift
public static func configureInsights(clientId: String, clientSecret: String) throws -
Declaration
Swift
public static func configureCanada(clientId: String, clientSecret: String) throws -
Declaration
Swift
public static func configureGermany(clientId: String, clientSecret: String) throws -
Declaration
Swift
public static func configureHxPlatform(clientId: String, clientSecret: String) throws -
Declaration
Swift
public static func configureUS2(clientId: String, clientSecret: String) throws -
Declaration
Swift
public static func configureHxAustralia(clientId: String, clientSecret: String) throws -
Declaration
Swift
public static func configure(name: String, host: String, clientId: String, clientSecret: String) throws -> Server -
Declaration
Swift
public static func getServer(serverId: String) throws -> Server? -
Declaration
Swift
public static func getServers() throws -> [Server]
ConfirmitServer Enumeration Reference