MageSmith

🔌 Magento_Integration · engine innodb

oauth_token_request_log

Log of token request authentication failures.

Columns (5)

NameTypeNullDefaultComment
log_id PKint unsignednoLog ID
user_name varchar(255) noCustomer email or admin login
user_type smallint unsignednoUser type (admin or customer)
failures_count smallint unsignedyes0Number of failed authentication attempts in a row
lock_expires_at timestamp noCURRENT_TIMESTAMPLock expiration time

Keys & indexes

Primary key: log_id

Unique

  • OAUTH_TOKEN_REQUEST_LOG_USER_NAME_USER_TYPE (user_name, user_type)