Interface
EndpointInterface
Magento\ReCaptchaWebapiApi\Api\Data\EndpointInterface
What it does
This interface defines a contract for representing Web API endpoint information in Magento's ReCaptcha integration.
Developers use this to identify which service class and method handle a specific API endpoint, enabling ReCaptcha validation to be applied to REST/SOAP API requests based on endpoint configuration.
Public Methods
- getServiceClass()
- getServiceMethod()
- getName()