Alternative ATProto PDS implementation
1{
2 "db_name": "SQLite",
3 "query": "SELECT COUNT(*) FROM oauth_refresh_tokens WHERE dpop_thumbprint = ? AND client_id = ?",
4 "describe": {
5 "columns": [
6 {
7 "name": "COUNT(*)",
8 "ordinal": 0,
9 "type_info": "Integer"
10 }
11 ],
12 "parameters": {
13 "Right": 2
14 },
15 "nullable": [
16 false
17 ]
18 },
19 "hash": "2e13e052dfc64f29d9da1bce2bf844cbb918ad3bb01e386801d3b0d3be246573"
20}