HID APPROVE SDK  5.12
HID Approve SDK for iOS/macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
<HIDCounterLockPolicy> Protocol Reference

The access to the credential will be locked after a configurable number of failed attempts. More...

#import <HIDProtectionPolicy.h>

Inheritance diagram for <HIDCounterLockPolicy>:
<HIDLockPolicy>

Instance Methods

(int) - counter
 Returns the max counter value of the credential before it gets locked. More...
 
- Instance Methods inherited from <HIDLockPolicy>
(HIDLockType- lockType
 returns the lock policy type. More...
 

Detailed Description

The access to the credential will be locked after a configurable number of failed attempts.

Method Documentation

- (int) counter

Returns the max counter value of the credential before it gets locked.

Returns
the max counter value of the credential before it gets locked.