Log in
Interface

SecurityCheckerInterface

Magento\Security\Model\SecurityChecker\SecurityCheckerInterface

What it does

This interface defines a contract for security validation classes that check password reset actions and other security events.

Developers implement this interface to create custom security checkers that validate security events by type, account reference, and IP address, throwing a SecurityViolationException when security rules are violated.

Public Methods

  • check()