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 @ 1be4c76 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 8, 2024
1 parent 1920916 commit b4f4d98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h4 id="toc-constants">
<dt class="phpdocumentor-table-of-contents__entry -constant -protected">
<a href="classes/chillerlan-OAuthTest-Providers-Unit-BigCartelTest.html#constant_TEST_RESPONSES">TEST_RESPONSES</a>
<span>
&nbsp;= [&#039;/oauth2/access_token&#039; =&gt; &#039;{&quot;access_token&quot;:&quot;test_access_token&quot;,&quot;expires_in&quot;:3600,&quot;state&quot;:&quot;test_state&quot;,&quot;scope&quot;:&quot;some_scope other_scope&quot;}&#039;, &#039;/oauth2/client_credentials&#039; =&gt; &#039;{&quot;access_token&quot;:&quot;test_client_credentials_token&quot;,&quot;expires_in&quot;:30,&quot;state&quot;:&quot;test_state&quot;}&#039;, &#039;/oauth2/api/request&#039; =&gt; &#039;{&quot;data&quot;:&quot;such data! much wow!&quot;}&#039;, &#039;/oauth2/api/accounts&#039; =&gt; &#039;{&quot;data&quot;:[{&quot;id&quot;:&quot;12345&quot;}]}&#039;, &#039;/oauth2/revoke_token&#039; =&gt; &#039;&#039;] </span>
&nbsp;= [&#039;/oauth2/access_token&#039; =&gt; &#039;{&quot;access_token&quot;:&quot;test_access_token&quot;,&quot;expires_in&quot;:3600,&quot;state&quot;:&quot;test_state&quot;,&quot;scope&quot;:&quot;some_scope other_scope&quot;}&#039;, &#039;/oauth2/client_credentials&#039; =&gt; &#039;{&quot;access_token&quot;:&quot;test_client_credentials_token&quot;,&quot;expires_in&quot;:30,&quot;state&quot;:&quot;test_state&quot;}&#039;, &#039;/oauth2/api/request&#039; =&gt; &#039;{&quot;data&quot;:&quot;such data! much wow!&quot;}&#039;, &#039;/oauth2/api/accounts&#039; =&gt; &#039;{&quot;data&quot;:[{&quot;id&quot;:&quot;12345&quot;}]}&#039;, &#039;/oauth2/revoke_token/12345&#039; =&gt; &#039;&#039;] </span>
</dt>

</dl>
Expand Down Expand Up @@ -540,7 +540,7 @@ <h4 class="phpdocumentor-element__name" id="constant_TEST_RESPONSES">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">mixed</span>
<span class="phpdocumentor-signature__name">TEST_RESPONSES</span>
= <span class="phpdocumentor-signature__default-value">[&#039;/oauth2/access_token&#039; =&gt; &#039;{&quot;access_token&quot;:&quot;test_access_token&quot;,&quot;expires_in&quot;:3600,&quot;state&quot;:&quot;test_state&quot;,&quot;scope&quot;:&quot;some_scope other_scope&quot;}&#039;, &#039;/oauth2/client_credentials&#039; =&gt; &#039;{&quot;access_token&quot;:&quot;test_client_credentials_token&quot;,&quot;expires_in&quot;:30,&quot;state&quot;:&quot;test_state&quot;}&#039;, &#039;/oauth2/api/request&#039; =&gt; &#039;{&quot;data&quot;:&quot;such data! much wow!&quot;}&#039;, &#039;/oauth2/api/accounts&#039; =&gt; &#039;{&quot;data&quot;:[{&quot;id&quot;:&quot;12345&quot;}]}&#039;, &#039;/oauth2/revoke_token&#039; =&gt; &#039;&#039;]</span>
= <span class="phpdocumentor-signature__default-value">[&#039;/oauth2/access_token&#039; =&gt; &#039;{&quot;access_token&quot;:&quot;test_access_token&quot;,&quot;expires_in&quot;:3600,&quot;state&quot;:&quot;test_state&quot;,&quot;scope&quot;:&quot;some_scope other_scope&quot;}&#039;, &#039;/oauth2/client_credentials&#039; =&gt; &#039;{&quot;access_token&quot;:&quot;test_client_credentials_token&quot;,&quot;expires_in&quot;:30,&quot;state&quot;:&quot;test_state&quot;}&#039;, &#039;/oauth2/api/request&#039; =&gt; &#039;{&quot;data&quot;:&quot;such data! much wow!&quot;}&#039;, &#039;/oauth2/api/accounts&#039; =&gt; &#039;{&quot;data&quot;:[{&quot;id&quot;:&quot;12345&quot;}]}&#039;, &#039;/oauth2/revoke_token/12345&#039; =&gt; &#039;&#039;]</span>
</code>


Expand Down

0 comments on commit b4f4d98

Please sign in to comment.