Skip to content

Commit

Permalink
Deploying to gh-pages from @ bbcc14e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Apr 10, 2024
1 parent b9a70eb commit 69512c6
Show file tree
Hide file tree
Showing 109 changed files with 3,228 additions and 3,555 deletions.
67 changes: 53 additions & 14 deletions classes/chillerlan-OAuth-Core-OAuth1Interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,19 @@ <h4 id="toc-constants">
</dt>
<dd>additional headers to use during authentication</dd>

<dt class="phpdocumentor-table-of-contents__entry -constant -public">
<a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_IDENTIFIER">IDENTIFIER</a>
<span>
&nbsp;= &#039;&#039; </span>
</dt>
<dd>An identifier for the provider, usually the class name in ALLCAPS (required)</dd>

<dt class="phpdocumentor-table-of-contents__entry -constant -public">
<a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_USER_AGENT">USER_AGENT</a>
<span>
&nbsp;= &#039;chillerlanPhpOAuth/1.0.0 +https://github.com/chillerlan/php-oauth&#039; </span>
</dt>
<dd>A common user agent string that can be used in requests</dd>

</dl>

Expand Down Expand Up @@ -292,7 +300,7 @@ <h4 class="phpdocumentor-element__name" id="constant_HEADERS_API">
<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">51</span>
<span class="phpdocumentor-element-found-in__line">59</span>

</aside>

Expand Down Expand Up @@ -323,7 +331,7 @@ <h4 class="phpdocumentor-element__name" id="constant_HEADERS_AUTH">
<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">42</span>
<span class="phpdocumentor-element-found-in__line">50</span>

</aside>

Expand All @@ -343,6 +351,35 @@ <h4 class="phpdocumentor-element__name" id="constant_HEADERS_AUTH">



</article>
<article class="phpdocumentor-element -constant -public ">
<h4 class="phpdocumentor-element__name" id="constant_IDENTIFIER">
IDENTIFIER
<a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_IDENTIFIER" 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">41</span>

</aside>

<p class="phpdocumentor-summary">An identifier for the provider, usually the class name in ALLCAPS (required)</p>

<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">mixed</span>
<span class="phpdocumentor-signature__name">IDENTIFIER</span>
= <span class="phpdocumentor-signature__default-value">&#039;&#039;</span>
</code>






</article>
<article class="phpdocumentor-element -constant -public ">
<h4 class="phpdocumentor-element__name" id="constant_USER_AGENT">
Expand All @@ -354,11 +391,12 @@ <h4 class="phpdocumentor-element__name" id="constant_USER_AGENT">
<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">33</span>
<span class="phpdocumentor-element-found-in__line">36</span>

</aside>


<p class="phpdocumentor-summary">A common user agent string that can be used in requests</p>

<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">mixed</span>
Expand Down Expand Up @@ -464,7 +502,7 @@ <h4 class="phpdocumentor-element__name" id="method_getAccessTokenFromStorage">
<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">101</span>
<span class="phpdocumentor-element-found-in__line">109</span>

</aside>

Expand Down Expand Up @@ -500,7 +538,7 @@ <h4 class="phpdocumentor-element__name" id="method_getAuthorizationURL">
<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">60</span>
<span class="phpdocumentor-element-found-in__line">68</span>

</aside>

Expand Down Expand Up @@ -577,7 +615,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">91</span>
<span class="phpdocumentor-element-found-in__line">99</span>

</aside>

Expand Down Expand Up @@ -613,7 +651,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">74</span>
<span class="phpdocumentor-element-found-in__line">82</span>

</aside>

Expand Down Expand Up @@ -695,7 +733,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">106</span>
<span class="phpdocumentor-element-found-in__line">114</span>

</aside>

Expand Down Expand Up @@ -741,7 +779,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">111</span>
<span class="phpdocumentor-element-found-in__line">119</span>

</aside>

Expand Down Expand Up @@ -787,7 +825,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">86</span>
<span class="phpdocumentor-element-found-in__line">94</span>

</aside>

Expand Down Expand Up @@ -833,7 +871,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">116</span>
<span class="phpdocumentor-element-found-in__line">124</span>

</aside>

Expand Down Expand Up @@ -879,7 +917,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">121</span>
<span class="phpdocumentor-element-found-in__line">129</span>

</aside>

Expand Down Expand Up @@ -925,7 +963,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">96</span>
<span class="phpdocumentor-element-found-in__line">104</span>

</aside>

Expand Down Expand Up @@ -1088,6 +1126,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<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>
<li><a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_IDENTIFIER">IDENTIFIER</a></li>
<li><a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_USER_AGENT">USER_AGENT</a></li>
</ul>
</li>
Expand Down
Loading

0 comments on commit 69512c6

Please sign in to comment.