lastRecoverableError property

PasswordUserVerificationError? lastRecoverableError

When a recoverable error occurred during the last credential verification, it returns the object describing the last error.

If present, this means that an invalid password was provided in the previous invocation to PasswordUserVerifier.verifyPassword and thus the protection status is PasswordProtectionStatusLastAttemptFailed.

Returns: the last error.

Implementation

PasswordUserVerificationError? get lastRecoverableError;