Interface PasswordUserVerificationError

All Superinterfaces:
MobileAuthenticationClientError, RecoverableError
All Known Subinterfaces:
PasswordUserVerificationError.InvalidPassword

public interface PasswordUserVerificationError extends RecoverableError
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.