Server IP : 184.154.167.98 / Your IP : 18.217.122.223 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/contratos/apps/oauth2/appinfo/ |
Upload File : |
<?xml version="1.0" encoding="ISO-8859-1" ?> <database xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/database.xsd"> <name>*dbname*</name> <create>true</create> <overwrite>false</overwrite> <charset>utf8</charset> <table> <name>*dbprefix*oauth2_clients</name> <declaration> <field> <name>id</name> <type>integer</type> <notnull>true</notnull> <autoincrement>true</autoincrement> <unsigned>true</unsigned> <primary>true</primary> </field> <field> <name>name</name> <type>text</type> <notnull>true</notnull> <length>64</length> </field> <field> <name>redirect_uri</name> <type>text</type> <notnull>true</notnull> <length>2000</length> </field> <field> <name>client_identifier</name> <type>text</type> <notnull>true</notnull> <length>64</length> </field> <field> <name>secret</name> <type>text</type> <notnull>true</notnull> <length>64</length> </field> <index> <name>oauth2_client_id_idx</name> <unique>false</unique> <field> <name>client_identifier</name> </field> </index> </declaration> </table> <table> <name>*dbprefix*oauth2_access_tokens</name> <declaration> <field> <name>id</name> <type>integer</type> <notnull>true</notnull> <autoincrement>true</autoincrement> <unsigned>true</unsigned> <primary>true</primary> </field> <field> <name>token_id</name> <type>integer</type> <notnull>true</notnull> </field> <field> <name>client_id</name> <type>integer</type> <notnull>true</notnull> </field> <field> <name>hashed_code</name> <type>text</type> <notnull>true</notnull> <length>128</length> </field> <field> <name>encrypted_token</name> <type>text</type> <notnull>true</notnull> <length>786</length> </field> <index> <name>oauth2_access_hash_idx</name> <unique>true</unique> <field> <name>hashed_code</name> </field> </index> <index> <name>oauth2_access_client_id_idx</name> <unique>false</unique> <field> <name>client_id</name> </field> </index> </declaration> </table> </database>