This file is indexed.

/usr/share/doc/libghc-authenticate-oauth-doc/html/mini_Web-Authenticate-OAuth.html is in libghc-authenticate-oauth-doc 1.6-2build4.

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

The actual contents of the file can be viewed below.

1
2
3
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Web.Authenticate.OAuth</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body id="mini"><div id="module-header"><p class="caption">Web.Authenticate.OAuth</p></div><div id="interface"><h1>Data types</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Web-Authenticate-OAuth.html#t:OAuth" target="main">OAuth</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:def" target="main">def</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:newOAuth" target="main">newOAuth</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:oauthServerName" target="main">oauthServerName</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:oauthRequestUri" target="main">oauthRequestUri</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:oauthAccessTokenUri" target="main">oauthAccessTokenUri</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:oauthAuthorizeUri" target="main">oauthAuthorizeUri</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:oauthSignatureMethod" target="main">oauthSignatureMethod</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:oauthConsumerKey" target="main">oauthConsumerKey</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:oauthConsumerSecret" target="main">oauthConsumerSecret</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:oauthCallback" target="main">oauthCallback</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:oauthRealm" target="main">oauthRealm</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:oauthVersion" target="main">oauthVersion</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Web-Authenticate-OAuth.html#t:OAuthVersion" target="main">OAuthVersion</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Web-Authenticate-OAuth.html#t:SignMethod" target="main">SignMethod</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Web-Authenticate-OAuth.html#t:Credential" target="main">Credential</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Web-Authenticate-OAuth.html#t:OAuthException" target="main">OAuthException</a></p></div><h2>Access token request</h2><div class="top"><p class="src"><span class="keyword">data</span> <a href="Web-Authenticate-OAuth.html#t:AccessTokenRequest" target="main">AccessTokenRequest</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:defaultAccessTokenRequest" target="main">defaultAccessTokenRequest</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:accessTokenAddAuth" target="main">accessTokenAddAuth</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:accessTokenRequestHook" target="main">accessTokenRequestHook</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:accessTokenOAuth" target="main">accessTokenOAuth</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:accessTokenTemporaryCredential" target="main">accessTokenTemporaryCredential</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:accessTokenManager" target="main">accessTokenManager</a></p></div><h1>Operations for credentials</h1><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:newCredential" target="main">newCredential</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:emptyCredential" target="main">emptyCredential</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:insert" target="main">insert</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:delete" target="main">delete</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:inserts" target="main">inserts</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:injectVerifier" target="main">injectVerifier</a></p></div><h1>Signature</h1><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:signOAuth" target="main">signOAuth</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:genSign" target="main">genSign</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:checkOAuth" target="main">checkOAuth</a></p></div><h1>Url &amp; operation for authentication</h1><h2>Temporary credentials</h2><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:getTemporaryCredential" target="main">getTemporaryCredential</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:getTemporaryCredentialWithScope" target="main">getTemporaryCredentialWithScope</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:getTemporaryCredentialProxy" target="main">getTemporaryCredentialProxy</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:getTemporaryCredential-39-" target="main">getTemporaryCredential'</a></p></div><h2>Authorization URL</h2><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:authorizeUrl" target="main">authorizeUrl</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:authorizeUrl-39-" target="main">authorizeUrl'</a></p></div><h2>Attaching auth to requests</h2><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:addAuthBody" target="main">addAuthBody</a></p></div><h2>Finishing authentication</h2><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:getAccessToken" target="main">getAccessToken</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:getAccessTokenProxy" target="main">getAccessTokenProxy</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:getTokenCredential" target="main">getTokenCredential</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:getTokenCredentialProxy" target="main">getTokenCredentialProxy</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:getAccessToken-39-" target="main">getAccessToken'</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:getAccessTokenWith" target="main">getAccessTokenWith</a></p></div><h1>Utility Methods</h1><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:paramEncode" target="main">paramEncode</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:addScope" target="main">addScope</a></p></div><div class="top"><p class="src"><a href="Web-Authenticate-OAuth.html#v:addMaybeProxy" target="main">addMaybeProxy</a></p></div></div></body></html>