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