🔌 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.
Related tables (1)
Columns (3)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| nonce | varchar(32) | no | Nonce String | |
| timestamp | int unsigned | no | Nonce Timestamp | |
| consumer_id | int unsigned | no | Consumer ID |
Keys & indexes
Primary key: nonce, consumer_id
Indexes
- OAUTH_NONCE_TIMESTAMP (timestamp) btree
References (1)
- consumer_id → oauth_consumer .entity_id (on delete CASCADE)