Interface FingerprintUserVerificationContext
- All Superinterfaces:
UserVerificationContext
The object providing information about the fingerprint user verification (i.e. the user credential validation)
operation to be done.
This object contains the information required to ask the user to authenticate: like for instance whether there were previous errors authenticating, etc.
-
Method Summary
Modifier and TypeMethodDescriptionWhen a recoverable error occurred during the last credential verification, this method returns the object describing the last error.Methods inherited from interface ch.nevis.mobile.sdk.api.operation.userverification.UserVerificationContext
authenticator
-
Method Details
-
lastRecoverableError
Optional<FingerprintUserVerificationError> lastRecoverableError()When a recoverable error occurred during the last credential verification, this method returns the object describing the last error.- Returns:
- the last error
-