PasswordAuthenticatorProtectionStatusType

@objc
public enum PasswordAuthenticatorProtectionStatusType : Int

The possible types of authenticator protection statuses.

  • The authenticator is unlocked and can be used.

    Declaration

    Swift

    case Unlocked
  • And invalid password was provided previously. This may imply that an attacker is trying to use the password authenticator.

    Declaration

    Swift

    case LastAttemptFailed
  • The authenticator is locked and cannot be used.

    Declaration

    Swift

    case LockedOut