PinAuthenticatorProtectionStatusType
@objc
public enum PinAuthenticatorProtectionStatusType : Int
The possible types of authenticator protection statuses.
-
The authenticator is unlocked and can be used.
Declaration
Swift
case Unlocked
-
And invalid PIN was provided previously. This may imply that an attacker is trying to use the PIN authenticator.
Declaration
Swift
case LastAttemptFailed
-
The authenticator is locked and cannot be used.
Declaration
Swift
case LockedOut