" query GetUserAuthorizedApps($clientId: String, $userId: String, $page: Int, $count: Int){\n GetUserAuthorizedApps(clientId: $clientId, userId: $userId, page: $page, count: $count){\n totalCount\n OAuthApps{\n _id\n name\n domain\n image\n redirectUris\n appSecret\n client_id\n clientId\n grants\n description\n homepageURL\n isDeleted\n when\n css\n loginUrl\n casExpire\n }\n OIDCApps{\n _id\n name\n domain\n image\n redirect_uris\n client_id\n client_secret\n token_endpoint_auth_method\n id_token_signed_response_alg\n id_token_encrypted_response_alg\n id_token_encrypted_response_enc\n userinfo_signed_response_alg\n userinfo_encrypted_response_alg\n userinfo_encrypted_response_enc\n request_object_signing_alg\n request_object_encryption_alg\n request_object_encryption_enc\n jwks_uri\n _jwks_uri\n custom_jwks\n jwks\n _jwks\n clientId\n grant_types\n response_types\n description\n homepageURL\n isDeleted\n isDefault\n when\n css\n authorization_code_expire\n id_token_expire\n access_token_expire\n cas_expire\n loginUrl\n }\n }\n}\n"