EMSoftGemaltoOathSettings
Objective-C
@protocol EMSoftGemaltoOathSettings <NSObject>
Swift
protocol EMSoftGemaltoOathSettings : NSObjectProtocol
A protocol representing the Standard Gemalto OATH options.
Since
2.2-
Returns the length of an OTP.
Default: 8
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger otpLength;Swift
var otpLength: Int { get } -
Returns the maximum length of Challenge Question.
Default: 8
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger maximumChallengeQuestionLength;Swift
var maximumChallengeQuestionLength: Int { get }
EMSoftGemaltoOathSettings Protocol Reference