This file is indexed.

/usr/share/accounts/providers/kde/twitter.provider is in kaccounts-providers 4:17.12.3-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<provider id="twitter">
  <name>Twitter</name>
  <icon>im-twitter</icon>
  <translations>kaccounts-providers</translations>
  <domains>.*twitter\.com</domains>

  <template>
    <group name="auth">
      <setting name="method">oauth2</setting>
      <setting name="mechanism">HMAC-SHA1</setting>
      <group name="oauth2">
        <group name="HMAC-SHA1">
          <setting name="ConsumerKey">LvNgYPymxgVSfZB17Xfz2FCgZ</setting>
          <setting name="ConsumerSecret">Eq6mOydSdNcNVxuqTdJzqCyUFSRKQI2aU0U3Jut69a2uXQLHgG</setting>
          <setting name="RequestEndpoint">https://api.twitter.com/oauth/request_token</setting>
          <setting name="TokenEndpoint">https://api.twitter.com/oauth/access_token</setting>
          <setting name="AuthorizationEndpoint">https://api.twitter.com/oauth/authorize</setting>
          <setting name="Callback">http://localhost.com/twitter_login.php</setting>
        </group>
      </group>
    </group>
  </template>
</provider>