Log in
Interface

UserTokenIssuerInterface

Magento\Integration\Api\UserTokenIssuerInterface

What it does

This interface defines a contract for issuing authentication tokens for Magento users.

Developers would implement this interface when creating custom token generation services or use existing implementations to generate access tokens for API authentication after validating user credentials.

It's commonly used in REST/SOAP API integrations where users need secure token-based authentication.

Public Methods

  • create()