Log in
Model

Nonce

Magento\Integration\Model\Oauth\Nonce

What it does

This class manages OAuth nonce values, which are unique tokens used once to prevent replay attacks in OAuth authentication.

Developers use this model to store and retrieve nonces associated with specific consumers and timestamps, ensuring each OAuth request is processed only once.

After saving a nonce, it automatically cleans up expired entries based on configured probability settings.

Public Methods

  • afterSave()
  • loadByCompositeKey()