Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9e9fdcb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Apr 29, 2024
1 parent 1fec3c9 commit b93d978
Show file tree
Hide file tree
Showing 108 changed files with 6,156 additions and 3,683 deletions.
94 changes: 84 additions & 10 deletions classes/chillerlan-OAuth-Core-OAuth1Interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@ <h4 id="toc-constants">

</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_DEFAULT_SCOPES">DEFAULT_SCOPES</a>
<span>
&nbsp;= [] </span>
</dt>
<dd>Default scopes to apply if none were provided via the $scopes parameter</dd>

<dt class="phpdocumentor-table-of-contents__entry -constant -public">
<a href="classes/chillerlan-OAuth-Core-OAuthInterface.html#constant_HEADERS_API">HEADERS_API</a>
<span>
Expand All @@ -182,6 +189,13 @@ <h4 id="toc-constants">
</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_SCOPES_DELIMITER">SCOPES_DELIMITER</a>
<span>
&nbsp;= &#039; &#039; </span>
</dt>
<dd>The delimiter string for scopes</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>
Expand Down Expand Up @@ -291,6 +305,35 @@ <h3 class="phpdocumentor-elements__header" id="constants">

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

</aside>

<p class="phpdocumentor-summary">Default scopes to apply if none were provided via the $scopes parameter</p>

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






</article>
<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>
Expand Down Expand Up @@ -380,6 +423,35 @@ <h4 class="phpdocumentor-element__name" id="constant_IDENTIFIER">



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

</aside>

<p class="phpdocumentor-summary">The delimiter string for scopes</p>

<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">string</span>
<span class="phpdocumentor-signature__name">SCOPES_DELIMITER</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 Down Expand Up @@ -502,7 +574,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">109</span>
<span class="phpdocumentor-element-found-in__line">123</span>

</aside>

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

</aside>

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

</aside>

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

</aside>

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

</aside>

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

</aside>

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

</aside>

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

</aside>

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

</aside>

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

</aside>

Expand Down Expand Up @@ -1124,9 +1196,11 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<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_DEFAULT_SCOPES">DEFAULT_SCOPES</a></li>
<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_SCOPES_DELIMITER">SCOPES_DELIMITER</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 b93d978

Please sign in to comment.