🔐 Magento_JwtUserToken · engine innodb
jwt_auth_revoked
Holds revoked JWT authentication data
Columns (3)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| user_type_id | int unsigned | no | User Type ID | |
| user_id | int unsigned | no | User ID | |
| revoke_before | bigint unsigned | no | Not accepting tokens issued before this timestamp |
Keys & indexes
Primary key: user_type_id, user_id