{"table_name":"lhdn_tokens","full_table_name":"wp_lhdn_tokens","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_lhdn_tokens ( id BIGINT AUTO_INCREMENT PRIMARY KEY, access_token TEXT, expires_at DATETIME, created_at DATETIME ) {$charset}; \");","columns":[{"name":"id","type":"BIGINT","nullable":true,"primary_key":true},{"name":"access_token","type":"TEXT","nullable":true,"primary_key":false},{"name":"expires_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"myinvoice-sync","name":"MyInvoice Sync","active_installs":0,"version":"2.1.2","wp_org_url":"https://wordpress.org/plugins/myinvoice-sync/"}}