EMMutableSoftGemaltoOathSettings
Objective-C
@protocol EMMutableSoftGemaltoOathSettings <EMSoftGemaltoOathSettings>
Swift
protocol EMMutableSoftGemaltoOathSettings : EMSoftGemaltoOathSettings
A protocol representing the mutable Standard Gemalto OATH options.
Since
2.2-
The OTP length. Allowed values are 6 or 8 digits.
Declaration
Objective-C
@property (nonatomic) NSInteger otpLength;Swift
var otpLength: Int { get set } -
The maximum length of Challenge Question for a C/R operation. Allowed values are 6 or 8 digits.
See
[EMGemaltoOathDevice ocraTimeChallengeResponseWithAuthInput:challengeQuestion:error:]See
[EMGemaltoOathDevice ocraEventChallengeResponseWithAuthInput:challengeQuestion:error:]Declaration
Objective-C
@property (nonatomic) NSInteger maximumChallengeQuestionLength;Swift
var maximumChallengeQuestionLength: Int { get set }
EMMutableSoftGemaltoOathSettings Protocol Reference