HID APPROVE SDK  5.1
HID APPROVE SDK for iOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
<HIDDelayLockPolicy> Protocol Reference

An exponential delay is added for each failed authentication attempt using that credential. More...

#import <HIDProtectionPolicy.h>

Inheritance diagram for <HIDDelayLockPolicy>:
<HIDLockPolicy>

Instance Methods

(int) - counter
 Returns the maximum counter value after which exponential delay is fixed. More...
 
(int) - delay
 Returns the initial delay in seconds. More...
 
- Instance Methods inherited from <HIDLockPolicy>
(HIDLockType- lockType
 returns the lock policy type. More...
 

Detailed Description

An exponential delay is added for each failed authentication attempt using that credential.

Method Documentation

- (int) counter

Returns the maximum counter value after which exponential delay is fixed.

Returns
the maximum counter value after which exponential delay is fixed.
- (int) delay

Returns the initial delay in seconds.

Returns
the initial delay in seconds.

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