NMAPinAuthenticatorProtectionStatus
public class NMAPinAuthenticatorProtectionStatus : NSObject
The object describing the PIN authenticator protection status. It provides information regarding how many retries are available for the end user before locking the authenticator.
-
The possible types of authenticator protection statuses.
See moreDeclaration
Swift
@objc public enum PinAuthenticatorProtectionStatusType : Int
-
The type of the current protection status
Declaration
Swift
@objc public var pinAuthenticatorProtectionStatusType: PinAuthenticatorProtectionStatusType
-
The number of remaining retries available. Only filled for
PinAuthenticatorProtectionStatusType
For other cases, it is set toInt.max
Declaration
Swift
@objc public var remainingTries: Int
-
The time that must be passed before the user can try to provide credentials again. Only filled for
PinAuthenticatorProtectionStatusType
For other cases, it is set to 0.Declaration
Swift
@objc public var coolDownTimeInSeconds: Int