EMFastTrackOptionalParameters
@interface EMFastTrackOptionalParameters : NSObject
A FastTrack optional parameters that is set on EMFastTrack configureWithOptionalParameters:
- - Since: 5.3
-
The activation code. This value is use to unlock Secure Messenger, VIC Token or Secure PinPad feature. This value could be retrieved from Gemalto representative. The value is in Hex string format.
Declaration
Objective-C
@property (strong, nonatomic, nullable) NSString *activationCode;
Swift
var activationCode: String? { get set }
-
If this value is set, the token will tied with the device where the application installed.
Declaration
Objective-C
@property (nonatomic) BOOL deviceBinding;
Swift
var deviceBinding: Bool { get set }
-
A custom password to set. This password is used to protect Secure Messenger or Secure Storage data. If not set then a
default
password will be use.Declaration
Objective-C
@property (strong, nonatomic, nullable) NSString *password;
Swift
var password: String? { get set }
-
MSP Obfuscation Keys
Declaration
Objective-C
@property (strong, nonatomic, nullable) NSArray *obfuscationKeys;
Swift
var obfuscationKeys: [Any]? { get set }
-
MSP Signature Keys
Declaration
Objective-C
@property (strong, nonatomic, nullable) NSArray<EMTransactionSignatureKey *> *signatureKeys;
Swift
var signatureKeys: [EMTransactionSignatureKey]? { get set }