PasswordUserVerificationError
public enum PasswordUserVerificationError : RecoverableError, Encodable
extension PasswordUserVerificationError: LocalizedError
The recoverable error that can occur when verifying the user with a password.
When this error occurs, the verifyPassword(context:handler:)
method will be invoked again.
This error will be returned by the lastRecoverableError
.
-
Bad credentials were provided.
Declaration
Swift
case InvalidPassword
-
A message describing what error occurred.
Declaration
Swift
public var errorDescription: String? { get }