SecurityData
public struct SecurityData : Encodable
Child structure of CustomerEnrollBiometricsRequest, CustomerEnrollRequest, CustomerIdentifyRequest, CustomerLiveCheckRequest, CustomerValidateIdFaceMatchRequest, CustomerValidateIdRequest, and CustomerVerifyRequest.
-
Unique login ID provided through sign-up to utilize the API. Varies by environment sandbox vs. production
Declaration
Swift
public var userName: String -
Password provided through sign-up to utilize the API. Varies by environment sandbox vs. production
Declaration
Swift
public var password: String -
Unique identifier for the client, used to communicate with our server. Provided at signup to use the API. Varies by environment (sandbox vs. production)
Declaration
Swift
public var merchantId: Int
-
Designated initializer.
Declaration
Swift
public init(userName: String, password: String, merchantId: Int)Parameters
userNameUnique login ID provided through sign-up to utilize the API. Varies by environment sandbox vs. production
passwordPassword provided through sign-up to utilize the API. Varies by environment sandbox vs. production
merchantIdUnique identifier for the client, used to communicate with our server. Provided at signup to use the API. Varies by environment (sandbox vs. production)