XmBindIdServerEnvironment

XmBindIdServerEnvironment

Available BindID Server URL.

@objc(XmBindIdServerEnvironment)
public class XmBindIdServerEnvironment : NSObject, Codable

Inheritance

Codable, NSObject

Initializers

init(environmentMode:)

Creates an instance for the sandbox or production environment, and sets the relevant server URL.

public init(environmentMode: XmBindIdServerEnvironmentMode)

init(environmentUrl:)

Creates an instance for a custom server environment by specifying the server URL.

public init(environmentUrl: String)

Properties

environmentMode

BindID Server Environment.

public var environmentMode: XmBindIdServerEnvironmentMode!

environmentUrl

BindID Server URL.

public var environmentUrl: String!