EMProtectorOcraSettings
@interface EMProtectorOcraSettings : NSObject
OCRA based OTP settings. To use this object default settings could be done by directly initializing it.
- - Since: 5.3
-
The T0 value for OCRA. Value to start counting the time steps. Default: 0
Declaration
Objective-C
@property (nonatomic) int64_t startTime;
Swift
var startTime: Int64 { get set }
-
Sets the OCRA Suite, all the relevant OCRA settings will be set accordingly. Notice the startTime can not be configured by OCRA Suite. If startTime needs to be tweaked,
ocraStartTime
property could be set.Declaration
Objective-C
@property (copy, nonatomic) NSString *_Nonnull ocraSuite;
Swift
var ocraSuite: String { get set }