Model
Issuer
Magento\Integration\Model\OpaqueToken\Issuer
What it does
This class creates opaque (legacy) access tokens for customer and admin users in Magento 2.
Developers use this when they need to generate authentication tokens for API access or other authentication scenarios that don't use JWT tokens.
It handles token generation, stores user context information, and supports optional custom issuance timestamps.
Public Methods
- create()