mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-10 17:51:53 +00:00
30 lines
905 B
XML
30 lines
905 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema path="/com/github/bleakgrey/tootle/" id="com.github.bleakgrey.tootle" gettext-domain="com.github.bleakgrey.tootle">
|
|
<key name="client-id" type="s">
|
|
<default>'null'</default>
|
|
<summary>Client ID</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="client-secret" type="s">
|
|
<default>'null'</default>
|
|
<summary>Client Secret</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="instance-url" type="s">
|
|
<default>'null'</default>
|
|
<summary>Instance URL</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="access-token" type="s">
|
|
<default>'null'</default>
|
|
<summary>Access Token</summary>
|
|
<description></description>
|
|
</key>
|
|
<key name="refresh-token" type="s">
|
|
<default>'null'</default>
|
|
<summary>Refresh Token</summary>
|
|
<description></description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|