PasswordChangeValidationError
public enum PasswordChangeValidationError : MobileAuthenticationClientError
The object that informs that password validation error occurred during password change.
-
The provided password has failed the validation done in
validatePasswordForPasswordChange(_:onSuccess:onError:)
.Declaration
Swift
case InvalidPassword(message: String, cause: Error? = nil)
Parameters
message
Additional information about the error.
cause
The underlying error that is related to the error occurred.