Log in
Model

Data

Magento\Integration\Model\OpaqueToken\Data

What it does

This class represents opaque token metadata, storing the token's issuance and expiration timestamps.

Developers use this when working with OAuth or API authentication to track token lifecycle and determine if a token is still valid.

It implements UserTokenDataInterface to provide standardized access to token timing information.

Public Methods

  • getIssued()
  • getExpires()