Interface
UserConfigSearchResultsInterface
Magento\TwoFactorAuth\Api\Data\UserConfigSearchResultsInterface
What it does
This interface defines the contract for search results when querying two-factor authentication user configurations in Magento 2.
Developers use this when retrieving collections of user 2FA settings through repository methods, providing standardized pagination and filtering capabilities inherited from SearchResultsInterface while ensuring type safety for UserConfig objects.
Public Methods
- getItems()
- setItems()