Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
LocalTransactionParams Class Reference

#include <LocalTransactionParams.h>

Inherits NSObject.

Properties

OrchestrationUserorchestrationUser
 
CryptoAppIndex cryptoAppIndex
 
NSArray< NSString * > * dataFields
 
ProtectionType protectionType
 
id< LocalTransactionDelegatelocalTransactionDelegate
 

Detailed Description

Parameters for performing a local transaction.

Property Documentation

◆ cryptoAppIndex

- (CryptoAppIndex) cryptoAppIndex
readwritenonatomicassign
Returns
the crypto app index used to generate the one-time password.

◆ dataFields

- (NSArray<NSString *>*) dataFields
readwritenonatomicstrong
Returns
the data fields used to generate the signature.

◆ localTransactionDelegate

- (id<LocalTransactionDelegate>) localTransactionDelegate
readwritenonatomicweak
Returns
the delegate used to receive events related to local transaction.

◆ orchestrationUser

- (OrchestrationUser*) orchestrationUser
readwritenonatomicstrong
Returns
the configured user for performing a local transaction

◆ protectionType

- (ProtectionType) protectionType
readwritenonatomicassign
Returns
the protection type used to generate the one-time password.

The documentation for this class was generated from the following file: