Interface
UserTokenReaderInterface
Magento\Integration\Api\UserTokenReaderInterface
What it does
This interface defines a contract for reading and extracting user data from authentication tokens.
Developers would use implementations of this interface when they need to validate and decode user tokens to retrieve associated user information, such as during API authentication or token-based session management in Magento 2.
Public Methods
- read()