MageSmith

🔌 Magento_Integration · engine innodb

oauth_nonce

OAuth Nonce

Neighbourhood (1-hop foreign-key graph — showing 1 of 1)

flowchart LR
  c["oauth_nonce"]:::center
  n0["oauth_consumer"]
  click n0 "/schema/table/oauth_consumer"
  n0 -- consumer_id --> c
  click c "/schema/table/oauth_nonce"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (3)

NameTypeNullDefaultComment
nonce varchar(32) noNonce String
timestamp int unsignednoNonce Timestamp
consumer_id int unsignednoConsumer ID

Keys & indexes

Primary key: nonce, consumer_id

Indexes

  • OAUTH_NONCE_TIMESTAMP (timestamp) btree

References (1)