Interface

AuthenticateCustomerBySecretInterface

Magento\LoginAsCustomerApi\Api\AuthenticateCustomerBySecretInterface

What it does

This interface defines the contract for authenticating a customer using a secret token in Magento's Login as Customer feature.

Developers would implement this interface to handle the authentication process when an admin logs in as a customer using a generated secret key, typically validating the token and establishing the customer session.

Public Methods

  • execute()