CompositeUserTokenValidator
Magento\Integration\Model\CompositeUserTokenValidator
What it does
This class implements the Composite design pattern to validate user tokens by delegating to multiple validator implementations.
Developers use this when they need to apply multiple validation rules to a user token, such as checking expiration, signature validity, and revocation status.
It's commonly used in Magento's authentication system to ensure tokens are valid before granting API access.
Public Methods
- validate()