EMSoftGemaltoOathSettings Protocol Reference

Conforms to NSObject
Declared in EMSoftGemaltoOathSettings.h

Overview

A protocol representing the Standard Gemalto OATH options.

  otpLength required method

Returns the length of an OTP.

Default: 8

@property (assign, nonatomic, readonly) NSInteger otpLength

Declared In

EMSoftGemaltoOathSettings.h

  maximumChallengeQuestionLength required method

Returns the maximum length of Challenge Question.

Default: 8

@property (assign, nonatomic, readonly) NSInteger maximumChallengeQuestionLength

Declared In

EMSoftGemaltoOathSettings.h