EMPinComplexity Constants Reference
| Declared in | em_auth_pin_enums.h |
|---|---|
| Availability | 4.1 |
EMPinComplexity
Defines the complexity of the PIN/passcode
Definition
typedef NS_ENUM(NSInteger, EMPinComplexity ) {
EMPinComplexityNumeric,
EMPinComplexityAlphaNumeric,
EMPinComplexityStrongAlphaNumeric,
EMPinComplexityComplexAlphaNumeric,
EMPinComplexityUnknown,
};
Constants
EMPinComplexityNumeric-
Numeric PIN, 0-9
Declared In
em_auth_pin_enums.h. EMPinComplexityAlphaNumeric-
AlphaNumberic PIN, 0-9, a-z, A-Z
Declared In
em_auth_pin_enums.h. EMPinComplexityStrongAlphaNumeric-
AlphaNumberic PIN, 0-9, a-z, A-Z, at least 1 number, 1 upper case, 1 lower case
Declared In
em_auth_pin_enums.h. EMPinComplexityComplexAlphaNumeric-
AlphaNumberic PIN, 0-9, a-z, A-Z, at least 1 number, 1 upper case, 1 lower case no consecutive repetition
Declared In
em_auth_pin_enums.h. EMPinComplexityUnknown-
EMPinComplexityUnknown - unknown parameter
Declared In
em_auth_pin_enums.h.
Availability
4.1
Declared In
em_auth_pin_enums.h