Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9aeed31 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed May 19, 2024
1 parent 71bafd5 commit 6155174
Show file tree
Hide file tree
Showing 48 changed files with 11,261 additions and 2,349 deletions.
338 changes: 288 additions & 50 deletions classes/chillerlan-OAuth-Core-OAuth2Provider.html

Large diffs are not rendered by default.

29 changes: 25 additions & 4 deletions classes/chillerlan-OAuth-Core-TokenInvalidate.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,28 @@ <h2 class="phpdocumentor-content__title">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/TokenInvalidate.php"><a href="files/src-core-tokeninvalidate.html"><abbr title="src/Core/TokenInvalidate.php">TokenInvalidate.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">17</span>
<span class="phpdocumentor-element-found-in__line">19</span>

</aside>

<p class="phpdocumentor-summary">Indicates whether the provider is capable of invalidating access tokens</p>
<p class="phpdocumentor-summary">Indicates whether the provider is capable of invalidating access tokens (RFC-7009 or proprietary)</p>



<h5 class="phpdocumentor-tag-list__heading" id="tags">
Tags
<a href="classes/chillerlan-OAuth-Core-TokenInvalidate.html#tags" class="headerlink"><i class="fas fa-link"></i></a>

</h5>
<dl class="phpdocumentor-tag-list">
<dt class="phpdocumentor-tag-list__entry">
<span class="phpdocumentor-tag__name">link</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<a class="phpdocumentor-tag-link" href="https://datatracker.ietf.org/doc/html/rfc7009"> https://datatracker.ietf.org/doc/html/rfc7009 </a>

</dd>
</dl>



Expand Down Expand Up @@ -203,15 +217,15 @@ <h4 class="phpdocumentor-element__name" id="method_invalidateAccessToken">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Core/TokenInvalidate.php"><a href="files/src-core-tokeninvalidate.html"><abbr title="src/Core/TokenInvalidate.php">TokenInvalidate.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">32</span>
<span class="phpdocumentor-element-found-in__line">34</span>

</aside>

<p class="phpdocumentor-summary">Allows to invalidate an access token</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">invalidateAccessToken</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/chillerlan-OAuth-Core-AccessToken.html"><abbr title="\chillerlan\OAuth\Core\AccessToken">AccessToken</abbr></a>|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$token</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
<span class="phpdocumentor-signature__name">invalidateAccessToken</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/chillerlan-OAuth-Core-AccessToken.html"><abbr title="\chillerlan\OAuth\Core\AccessToken">AccessToken</abbr></a>|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$token</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span class="phpdocumentor-signature__argument"><span>[</span><span>, </span><span class="phpdocumentor-signature__argument__return-type">string|null&nbsp;</span><span class="phpdocumentor-signature__argument__name">$type</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">null</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand All @@ -230,6 +244,13 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$type</span>
: <span class="phpdocumentor-signature__argument__return-type">string|null</span>
= <span class="phpdocumentor-signature__argument__default-value">null</span> </dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
</dl>

Expand Down
Loading

0 comments on commit 6155174

Please sign in to comment.