Interface PinChangeError
- All Superinterfaces:
MobileAuthenticationClientError
- All Known Subinterfaces:
PinChangeError.DeviceProtectionError
,PinChangeError.NoDeviceLockError
,PinChangeError.PinLocked
,PinChangeError.PinNotEnrolled
,PinChangeError.UserCanceled
The error returned when the PIN change failed.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
An error that indicates that some form of tampering was found in the application.static interface
The android device has no secure lock screen.static interface
The PIN was locked because of too many failures.static interface
The specified user inPinChange.username(String)
does not have an enrolled PIN.static interface
The PIN change was canceled. -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description