this repo has no description
at main 2.1 kB view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT did, token_id, created_at, updated_at, expires_at, client_id, client_auth,\n device_id, parameters, details, code, current_refresh_token, scope, controller_did\n FROM oauth_token\n WHERE did = $1\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "did", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "token_id", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "created_at", 19 "type_info": "Timestamptz" 20 }, 21 { 22 "ordinal": 3, 23 "name": "updated_at", 24 "type_info": "Timestamptz" 25 }, 26 { 27 "ordinal": 4, 28 "name": "expires_at", 29 "type_info": "Timestamptz" 30 }, 31 { 32 "ordinal": 5, 33 "name": "client_id", 34 "type_info": "Text" 35 }, 36 { 37 "ordinal": 6, 38 "name": "client_auth", 39 "type_info": "Jsonb" 40 }, 41 { 42 "ordinal": 7, 43 "name": "device_id", 44 "type_info": "Text" 45 }, 46 { 47 "ordinal": 8, 48 "name": "parameters", 49 "type_info": "Jsonb" 50 }, 51 { 52 "ordinal": 9, 53 "name": "details", 54 "type_info": "Jsonb" 55 }, 56 { 57 "ordinal": 10, 58 "name": "code", 59 "type_info": "Text" 60 }, 61 { 62 "ordinal": 11, 63 "name": "current_refresh_token", 64 "type_info": "Text" 65 }, 66 { 67 "ordinal": 12, 68 "name": "scope", 69 "type_info": "Text" 70 }, 71 { 72 "ordinal": 13, 73 "name": "controller_did", 74 "type_info": "Text" 75 } 76 ], 77 "parameters": { 78 "Left": [ 79 "Text" 80 ] 81 }, 82 "nullable": [ 83 false, 84 false, 85 false, 86 false, 87 false, 88 false, 89 false, 90 true, 91 false, 92 true, 93 true, 94 true, 95 true, 96 true 97 ] 98 }, 99 "hash": "b474591bf3bd9359bd0d8af186f090a32c79a940771168d67160f3190da2eea4" 100}