ONGPinValidationError Constants Reference

Declared in ONGErrors.h

ONGPinValidationError

Error codes in ONGPinValidationErrorDomain

Definition

typedef NS_ENUM(ONGErrorCode, ONGPinValidationError ) {
   ONGPinValidationErrorPinBlackListed = 9011,
   ONGPinValidationErrorPinShouldNotBeASequence = 9012,
   ONGPinValidationErrorPinShouldNotUseSimilarDigits = 9013,
   ONGPinValidationErrorWrongPinLength = 9014,
};

Constants

ONGPinValidationErrorPinBlackListed

The provided PIN was marked as blacklisted on the Token Server.

Declared In ONGErrors.h.

ONGPinValidationErrorPinShouldNotBeASequence

The provided PIN contains a not allowed sequence

Declared In ONGErrors.h.

ONGPinValidationErrorPinShouldNotUseSimilarDigits

The provided PIN contains too many similar digits

Declared In ONGErrors.h.

ONGPinValidationErrorWrongPinLength

The provided PIN length is wrong

Declared In ONGErrors.h.

Declared In

ONGErrors.h