{"table_name":"access_tokens","full_table_name":"wp_access_tokens","description":"Stores access tokens for authentication or API access.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS access_tokens ( user_id TEXT NOT NULL, provider_id TEXT NOT NULL, issued_at DATETIME NOT NULL, access_token TEXT NOT NULL, token_type TEXT NOT NULL, expires_in INT, refresh_token TEXT, scope TEXT NOT NULL )');","columns":[{"name":"user_id","type":"TEXT","nullable":false,"primary_key":false},{"name":"provider_id","type":"TEXT","nullable":false,"primary_key":false},{"name":"issued_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"access_token","type":"TEXT","nullable":false,"primary_key":false},{"name":"token_type","type":"TEXT","nullable":false,"primary_key":false},{"name":"expires_in","type":"INT","nullable":true,"primary_key":false},{"name":"refresh_token","type":"TEXT","nullable":true,"primary_key":false},{"name":"scope","type":"TEXT","nullable":false,"primary_key":false}],"plugin":{"slug":"onpay-io-for-woocommerce","name":"OnPay.io for WooCommerce","active_installs":1000,"version":"1.0.52","wp_org_url":"https://wordpress.org/plugins/onpay-io-for-woocommerce/"}}