Interface PinUserVerificationError
- All Superinterfaces:
MobileAuthenticationClientError
,RecoverableError
- All Known Subinterfaces:
PinUserVerificationError.InvalidPin
The recoverable error that can occur when verifying the user with a PIN.
When this error occurs, the PinUserVerifier.verifyPin(PinUserVerificationContext, PinUserVerificationHandler)
method
will be invoked again. This error will be returned by the
PinUserVerificationContext.lastRecoverableError()
.
Currently this is always an PinUserVerificationError.InvalidPin
.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The error that occurs when the user provides a bad PIN. -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, description