EMProvisionerOptionalParameters
Objective-C
@interface EMProvisionerOptionalParameters : NSObject
Swift
class EMProvisionerOptionalParameters : NSObject
EMMobileProtector provisioning configuration builder.
Since
5.3-
The deviceFingerprintSource configuration used to seal the Token data.
Declaration
Objective-C
@property (nonatomic, strong) EMFastTrackDeviceFingerprintSource *_Nonnull deviceFingerprintSource;Swift
var deviceFingerprintSource: EMFastTrackDeviceFingerprintSource { get set } -
The HTTP Headers to be added in the HTTP request.
Declaration
Objective-C
@property (nonatomic) NSDictionary *_Nonnull customHeaders;Swift
var customHeaders: [AnyHashable : Any] { get set } -
tlsConguration
Declaration
Objective-C
@property (nonatomic, strong) EMFastTrackTlsConfiguration *_Nonnull tlsConfiguration;Swift
var tlsConfiguration: EMFastTrackTlsConfiguration { get set }
EMProvisionerOptionalParameters Class Reference