Interface
GetAuthenticationDataBySecretInterface
Magento\LoginAsCustomerApi\Api\GetAuthenticationDataBySecretInterface
What it does
This interface defines a contract for retrieving authentication data using a secret token in Magento's Login as Customer feature.
Developers would use this to validate and fetch authentication information when an admin attempts to log in as a customer, typically during the login handoff process where a secret token is exchanged for authentication credentials.
Public Methods
- execute()