Files
letro-authentication-service/crates/storage-pg/.sqlx/query-c960f4f5571ee68816c49898125979f3c78c2caca52cb4b8dc9880e669a1f23e.json

131 lines
3.2 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT oauth2_authorization_grant_id\n , created_at\n , cancelled_at\n , fulfilled_at\n , exchanged_at\n , scope\n , state\n , redirect_uri\n , response_mode\n , nonce\n , oauth2_client_id\n , authorization_code\n , response_type_code\n , response_type_id_token\n , code_challenge\n , code_challenge_method\n , login_hint\n , locale\n , oauth2_session_id\n FROM\n oauth2_authorization_grants\n\n WHERE oauth2_authorization_grant_id = $1\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "oauth2_authorization_grant_id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "created_at",
"type_info": "Timestamptz"
},
{
"ordinal": 2,
"name": "cancelled_at",
"type_info": "Timestamptz"
},
{
"ordinal": 3,
"name": "fulfilled_at",
"type_info": "Timestamptz"
},
{
"ordinal": 4,
"name": "exchanged_at",
"type_info": "Timestamptz"
},
{
"ordinal": 5,
"name": "scope",
"type_info": "Text"
},
{
"ordinal": 6,
"name": "state",
"type_info": "Text"
},
{
"ordinal": 7,
"name": "redirect_uri",
"type_info": "Text"
},
{
"ordinal": 8,
"name": "response_mode",
"type_info": "Text"
},
{
"ordinal": 9,
"name": "nonce",
"type_info": "Text"
},
{
"ordinal": 10,
"name": "oauth2_client_id",
"type_info": "Uuid"
},
{
"ordinal": 11,
"name": "authorization_code",
"type_info": "Text"
},
{
"ordinal": 12,
"name": "response_type_code",
"type_info": "Bool"
},
{
"ordinal": 13,
"name": "response_type_id_token",
"type_info": "Bool"
},
{
"ordinal": 14,
"name": "code_challenge",
"type_info": "Text"
},
{
"ordinal": 15,
"name": "code_challenge_method",
"type_info": "Text"
},
{
"ordinal": 16,
"name": "login_hint",
"type_info": "Text"
},
{
"ordinal": 17,
"name": "locale",
"type_info": "Text"
},
{
"ordinal": 18,
"name": "oauth2_session_id",
"type_info": "Uuid"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
false,
true,
true,
true,
false,
true,
false,
false,
true,
false,
true,
false,
false,
true,
true,
true,
true,
true
]
},
"hash": "c960f4f5571ee68816c49898125979f3c78c2caca52cb4b8dc9880e669a1f23e"
}