Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Deploying to gh-pages from @ a9e28ff 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 6, 2024
1 parent 8859a17 commit 2b85bfc
Show file tree
Hide file tree
Showing 191 changed files with 43,330 additions and 39,151 deletions.
2 changes: 1 addition & 1 deletion classes/chillerlan-OAuth-Core-ClientCredentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-OAuth-Core-ProviderException.html"><abbr title="\chillerlan\OAuth\Core\ProviderException">ProviderException</abbr></a></span>
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-OAuth-Providers-ProviderException.html"><abbr title="\chillerlan\OAuth\Providers\ProviderException">ProviderException</abbr></a></span>


</dd>
Expand Down
123 changes: 108 additions & 15 deletions classes/chillerlan-OAuth-Core-OAuth1Interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,27 @@ <h3 id="toc">



<h4 id="toc-constants">
Constants
<a href="classes/chillerlan-OAuth-Core-OAuth1Interface.html#toc-constants" class="headerlink"><i class="fas fa-link"></i></a>

</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
<a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_HEADERS_API">HEADERS_API</a>
<span>
&nbsp;= [] </span>
</dt>
<dd>additional headers to use during API access</dd>

<dt class="phpdocumentor-table-of-contents__entry -constant -public">
<a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_HEADERS_AUTH">HEADERS_AUTH</a>
<span>
&nbsp;= [] </span>
</dt>
<dd>additional headers to use during authentication</dd>

</dl>



Expand Down Expand Up @@ -263,6 +284,71 @@ <h4 id="toc-methods">



<section class="phpdocumentor-constants">
<h3 class="phpdocumentor-elements__header" id="constants">
Constants
<a href="classes/chillerlan-OAuth-Core-OAuth1Interface.html#constants" class="headerlink"><i class="fas fa-link"></i></a>

</h3>
<article class="phpdocumentor-element -constant -public ">
<h4 class="phpdocumentor-element__name" id="constant_HEADERS_API">
HEADERS_API
<a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_HEADERS_API" class="headerlink"><i class="fas fa-link"></i></a>

</h4>

<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">45</span>

</aside>

<p class="phpdocumentor-summary">additional headers to use during API access</p>

<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
<span class="phpdocumentor-signature__name">HEADERS_API</span>
= <span class="phpdocumentor-signature__default-value">[]</span>
</code>






</article>
<article class="phpdocumentor-element -constant -public ">
<h4 class="phpdocumentor-element__name" id="constant_HEADERS_AUTH">
HEADERS_AUTH
<a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_HEADERS_AUTH" class="headerlink"><i class="fas fa-link"></i></a>

</h4>

<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">38</span>

</aside>

<p class="phpdocumentor-summary">additional headers to use during authentication</p>

<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
<span class="phpdocumentor-signature__name">HEADERS_AUTH</span>
= <span class="phpdocumentor-signature__default-value">[]</span>
</code>






</article>
</section>

<section class="phpdocumentor-methods">
<h3 class="phpdocumentor-elements__header" id="methods">
Expand Down Expand Up @@ -334,7 +420,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-OAuth-Core-ProviderException.html"><abbr title="\chillerlan\OAuth\Core\ProviderException">ProviderException</abbr></a></span>
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-OAuth-Providers-ProviderException.html"><abbr title="\chillerlan\OAuth\Providers\ProviderException">ProviderException</abbr></a></span>


</dd>
Expand All @@ -360,7 +446,7 @@ <h4 class="phpdocumentor-element__name" id="method_getAuthURL">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">39</span>
<span class="phpdocumentor-element-found-in__line">53</span>

</aside>

Expand Down Expand Up @@ -463,7 +549,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-OAuth-Core-ProviderException.html"><abbr title="\chillerlan\OAuth\Core\ProviderException">ProviderException</abbr></a></span>
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-OAuth-Providers-ProviderException.html"><abbr title="\chillerlan\OAuth\Providers\ProviderException">ProviderException</abbr></a></span>


</dd>
Expand All @@ -489,7 +575,7 @@ <h4 class="phpdocumentor-element__name" id="method_getStorage">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">73</span>
<span class="phpdocumentor-element-found-in__line">87</span>

</aside>

Expand Down Expand Up @@ -525,7 +611,7 @@ <h4 class="phpdocumentor-element__name" id="method_me">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">111</span>
<span class="phpdocumentor-element-found-in__line">125</span>

</aside>

Expand All @@ -552,7 +638,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-OAuth-Core-ProviderException.html"><abbr title="\chillerlan\OAuth\Core\ProviderException">ProviderException</abbr></a></span>
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-OAuth-Providers-ProviderException.html"><abbr title="\chillerlan\OAuth\Providers\ProviderException">ProviderException</abbr></a></span>


</dd>
Expand All @@ -578,7 +664,7 @@ <h4 class="phpdocumentor-element__name" id="method_request">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">56</span>
<span class="phpdocumentor-element-found-in__line">70</span>

</aside>

Expand Down Expand Up @@ -649,7 +735,7 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
<span class="phpdocumentor-tag__name">throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-OAuth-Core-ProviderException.html"><abbr title="\chillerlan\OAuth\Core\ProviderException">ProviderException</abbr></a></span>
<span class="phpdocumentor-tag-link"><a href="classes/chillerlan-OAuth-Providers-ProviderException.html"><abbr title="\chillerlan\OAuth\Providers\ProviderException">ProviderException</abbr></a></span>


</dd>
Expand All @@ -675,7 +761,7 @@ <h4 class="phpdocumentor-element__name" id="method_retrieveAccessToken">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">83</span>
<span class="phpdocumentor-element-found-in__line">97</span>

</aside>

Expand Down Expand Up @@ -711,7 +797,7 @@ <h4 class="phpdocumentor-element__name" id="method_setLogger">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">88</span>
<span class="phpdocumentor-element-found-in__line">102</span>

</aside>

Expand Down Expand Up @@ -757,7 +843,7 @@ <h4 class="phpdocumentor-element__name" id="method_setRequestFactory">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">93</span>
<span class="phpdocumentor-element-found-in__line">107</span>

</aside>

Expand Down Expand Up @@ -803,7 +889,7 @@ <h4 class="phpdocumentor-element__name" id="method_setStorage">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">68</span>
<span class="phpdocumentor-element-found-in__line">82</span>

</aside>

Expand Down Expand Up @@ -849,7 +935,7 @@ <h4 class="phpdocumentor-element__name" id="method_setStreamFactory">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">98</span>
<span class="phpdocumentor-element-found-in__line">112</span>

</aside>

Expand Down Expand Up @@ -895,7 +981,7 @@ <h4 class="phpdocumentor-element__name" id="method_setUriFactory">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">103</span>
<span class="phpdocumentor-element-found-in__line">117</span>

</aside>

Expand Down Expand Up @@ -941,7 +1027,7 @@ <h4 class="phpdocumentor-element__name" id="method_storeAccessToken">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/OAuthInterface.php"><a href="files/src-core-oauthinterface.html"><abbr title="src/Core/OAuthInterface.php">OAuthInterface.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">78</span>
<span class="phpdocumentor-element-found-in__line">92</span>

</aside>

Expand Down Expand Up @@ -1101,6 +1187,13 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
</ul>
</li>

<li class="phpdocumentor-on-this-page-section__title">Constants</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_HEADERS_API">HEADERS_API</a></li>
<li><a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_HEADERS_AUTH">HEADERS_AUTH</a></li>
</ul>
</li>
</ul>
</section>

Expand Down
Loading

0 comments on commit 2b85bfc

Please sign in to comment.