Interface PinAuthenticatorProtectionStatus
- All Known Subinterfaces:
PinAuthenticatorProtectionStatus.LastAttemptFailed
,PinAuthenticatorProtectionStatus.LockedOut
,PinAuthenticatorProtectionStatus.Unlocked
public interface PinAuthenticatorProtectionStatus
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.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
And invalid PIN was provided previously.static interface
The authenticator is locked and cannot be used.static interface
The authenticator is unlocked and can be used.