🔌 Magento_Integration · engine innodb
oauth_token_request_log
Log of token request authentication failures.
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| log_id PK | int unsigned | no | Log ID | |
| user_name | varchar(255) | no | Customer email or admin login | |
| user_type | smallint unsigned | no | User type (admin or customer) | |
| failures_count | smallint unsigned | yes | 0 | Number of failed authentication attempts in a row |
| lock_expires_at | timestamp | no | CURRENT_TIMESTAMP | Lock expiration time |
Keys & indexes
Primary key: log_id
Unique
- OAUTH_TOKEN_REQUEST_LOG_USER_NAME_USER_TYPE (user_name, user_type)