Log in
Model

Nonce

Magento\Integration\Model\ResourceModel\Oauth\Nonce

What it does

This resource model manages OAuth nonce entries in the database, which are used to prevent replay attacks in OAuth authentication.

Developers use this class to validate that nonce values haven't been reused by checking for existing entries and to clean up expired nonce records.

It's primarily used internally by Magento's OAuth implementation to ensure secure API authentication.

Public Methods

  • deleteOldEntries()
  • selectByCompositeKey()