Skip to content

Commit

Permalink
Deploying to gh-pages from @ 927d5d8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Jul 24, 2024
1 parent 02b33f0 commit e3b0a90
Show file tree
Hide file tree
Showing 386 changed files with 30,342 additions and 19,979 deletions.
61 changes: 37 additions & 24 deletions classes/chillerlan-OAuth-Core-AccessToken.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ <h2 class="phpdocumentor-content__title">




<h5 class="phpdocumentor-tag-list__heading" id="tags">
Tags
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#tags" class="headerlink"><i class="fas fa-link"></i></a>
Expand Down Expand Up @@ -205,21 +206,21 @@ <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-AccessToken.html#constant_EXPIRY_MAX">EXPIRY_MAX</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#constant_EXPIRY_MAX">EXPIRY_MAX</a>
<span>
&nbsp;= 86400 * 365 </span>
</dt>
<dd>Defines a maximum expiry period (1 year)</dd>

<dt class="phpdocumentor-table-of-contents__entry -constant -public">
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#constant_EXPIRY_UNKNOWN">EXPIRY_UNKNOWN</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#constant_EXPIRY_UNKNOWN">EXPIRY_UNKNOWN</a>
<span>
&nbsp;= -0xdead </span>
</dt>
<dd>Denotes an unknown end of lifetime, such a token should be considered as expired.</dd>

<dt class="phpdocumentor-table-of-contents__entry -constant -public">
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#constant_NEVER_EXPIRES">NEVER_EXPIRES</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#constant_NEVER_EXPIRES">NEVER_EXPIRES</a>
<span>
&nbsp;= -0xcafe </span>
</dt>
Expand All @@ -235,49 +236,49 @@ <h4 id="toc-properties">
</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_accessToken">$accessToken</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#property_accessToken">$accessToken</a>
<span>
&nbsp;: string|null </span>
</dt>
<dd>(magic) The oauth access token</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_accessTokenSecret">$accessTokenSecret</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#property_accessTokenSecret">$accessTokenSecret</a>
<span>
&nbsp;: string|null </span>
</dt>
<dd>(magic) The access token secret (OAuth1)</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_expires">$expires</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#property_expires">$expires</a>
<span>
&nbsp;: int </span>
</dt>
<dd>(magic) The token expiration time</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_extraParams">$extraParams</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#property_extraParams">$extraParams</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
</dt>
<dd>(magic) Additional token parameters supplied by the provider</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_provider">$provider</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#property_provider">$provider</a>
<span>
&nbsp;: string|null </span>
</dt>
<dd>(magic) The provider that issued the token</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_refreshToken">$refreshToken</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#property_refreshToken">$refreshToken</a>
<span>
&nbsp;: string|null </span>
</dt>
<dd>(magic) An optional refresh token (OAuth2)</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_scopes">$scopes</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#property_scopes">$scopes</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
</dt>
Expand All @@ -292,14 +293,14 @@ <h4 id="toc-methods">
</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#method_isExpired">isExpired()</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#method_isExpired">isExpired()</a>
<span>
&nbsp;: bool </span>
</dt>
<dd>Checks whether this token is expired</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -protected">
<a href="classes/chillerlan-OAuth-Core-AccessToken.html#method_set_expires">set_expires()</a>
<a class="" href="classes/chillerlan-OAuth-Core-AccessToken.html#method_set_expires">set_expires()</a>
<span>
&nbsp;: void </span>
</dt>
Expand Down Expand Up @@ -333,6 +334,7 @@ <h4 class="phpdocumentor-element__name" id="constant_EXPIRY_MAX">

<p class="phpdocumentor-summary">Defines a maximum expiry period (1 year)</p>


<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">int</span>
Expand Down Expand Up @@ -365,6 +367,7 @@ <h4 class="phpdocumentor-element__name" id="constant_EXPIRY_UNKNOWN">

<p class="phpdocumentor-summary">Denotes an unknown end of lifetime, such a token should be considered as expired.</p>


<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">int</span>
Expand Down Expand Up @@ -397,6 +400,7 @@ <h4 class="phpdocumentor-element__name" id="constant_NEVER_EXPIRES">

<p class="phpdocumentor-summary">Denotes a token which never expires</p>


<code class="phpdocumentor-signature phpdocumentor-code ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">int</span>
Expand Down Expand Up @@ -445,6 +449,7 @@ <h4 class="phpdocumentor-element__name" id="property_accessToken">

<p class="phpdocumentor-summary">(magic) The oauth access token</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">string|null</span>
Expand Down Expand Up @@ -482,6 +487,7 @@ <h4 class="phpdocumentor-element__name" id="property_accessTokenSecret">

<p class="phpdocumentor-summary">(magic) The access token secret (OAuth1)</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">string|null</span>
Expand Down Expand Up @@ -519,6 +525,7 @@ <h4 class="phpdocumentor-element__name" id="property_expires">

<p class="phpdocumentor-summary">(magic) The token expiration time</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">int</span>
Expand Down Expand Up @@ -558,6 +565,7 @@ <h4 class="phpdocumentor-element__name" id="property_extraParams">

<p class="phpdocumentor-summary">(magic) Additional token parameters supplied by the provider</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
Expand Down Expand Up @@ -595,6 +603,7 @@ <h4 class="phpdocumentor-element__name" id="property_provider">

<p class="phpdocumentor-summary">(magic) The provider that issued the token</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">string|null</span>
Expand Down Expand Up @@ -632,6 +641,7 @@ <h4 class="phpdocumentor-element__name" id="property_refreshToken">

<p class="phpdocumentor-summary">(magic) An optional refresh token (OAuth2)</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">string|null</span>
Expand Down Expand Up @@ -669,6 +679,7 @@ <h4 class="phpdocumentor-element__name" id="property_scopes">

<p class="phpdocumentor-summary">(magic) The scopes that are attached to this token</p>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
Expand Down Expand Up @@ -720,6 +731,7 @@ <h4 class="phpdocumentor-element__name" id="method_isExpired">







Expand Down Expand Up @@ -756,6 +768,7 @@ <h4 class="phpdocumentor-element__name" id="method_set_expires">

<div class="phpdocumentor-label-line">
</div>

<section class="phpdocumentor-description"><ul>
<li>
<code class="prettyprint">0</code> sets the expiry to <code class="prettyprint">NEVER_EXPIRES</code>
Expand Down Expand Up @@ -897,30 +910,30 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<li class="phpdocumentor-on-this-page-section__title">Constants</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#constant_EXPIRY_MAX">EXPIRY_MAX</a></li>
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#constant_EXPIRY_UNKNOWN">EXPIRY_UNKNOWN</a></li>
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#constant_NEVER_EXPIRES">NEVER_EXPIRES</a></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#constant_EXPIRY_MAX">EXPIRY_MAX</a></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#constant_EXPIRY_UNKNOWN">EXPIRY_UNKNOWN</a></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#constant_NEVER_EXPIRES">NEVER_EXPIRES</a></li>
</ul>
</li>

<li class="phpdocumentor-on-this-page-section__title">Properties</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_accessToken">$accessToken<a href="classes/chillerlan-OAuth-Core-AccessToken.html"></li>
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_accessTokenSecret">$accessTokenSecret<a href="classes/chillerlan-OAuth-Core-AccessToken.html"></li>
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_expires">$expires<a href="classes/chillerlan-OAuth-Core-AccessToken.html"></li>
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_extraParams">$extraParams<a href="classes/chillerlan-OAuth-Core-AccessToken.html"></li>
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_provider">$provider<a href="classes/chillerlan-OAuth-Core-AccessToken.html"></li>
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_refreshToken">$refreshToken<a href="classes/chillerlan-OAuth-Core-AccessToken.html"></li>
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_scopes">$scopes<a href="classes/chillerlan-OAuth-Core-AccessToken.html"></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_accessToken">$accessToken</a></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_accessTokenSecret">$accessTokenSecret</a></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_expires">$expires</a></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_extraParams">$extraParams</a></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_provider">$provider</a></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_refreshToken">$refreshToken</a></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#property_scopes">$scopes</a></li>
</ul>
</li>

<li class="phpdocumentor-on-this-page-section__title">Methods</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#method_isExpired">isExpired()</a></li>
<li><a href="classes/chillerlan-OAuth-Core-AccessToken.html#method_set_expires">set_expires()</a></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#method_isExpired">isExpired()</a></li>
<li class=""><a href="classes/chillerlan-OAuth-Core-AccessToken.html#method_set_expires">set_expires()</a></li>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit e3b0a90

Please sign in to comment.