NMAPasswordAuthenticatorProtectionStatus
public class NMAPasswordAuthenticatorProtectionStatus : NSObject
The object describing the password 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 PasswordAuthenticatorProtectionStatusType : Int
-
The type of the current protection status
Declaration
Swift
@objc public var passwordAuthenticatorProtectionStatusType: PasswordAuthenticatorProtectionStatusType
-
The number of remaining retries available. Only filled for
LastAttemptFailed
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
LastAttemptFailed
For other cases, it is set to 0.Declaration
Swift
@objc public var coolDownTimeInSeconds: Int