Authentication simulation failure reasons.
C# Syntax
public enum SimulateAuthFailReason
| Member | Description |
|---|---|
| Lockout | Too many attempts. |
| NotRecognized | Authentication method not recognized. |
| NotRegistered | Authentication method not registered (iOS only). |
| FingerprintIncomplete | Fingerprint incomplete, moving too fast (Android only). |
| SensorDirty | Fingerprint sensor is dirty (Android only). |

