Skip to content

Commit

Permalink
Deploying to gh-pages from @ 35781ed 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Nov 28, 2023
1 parent 023dcb5 commit c7cb93c
Show file tree
Hide file tree
Showing 16 changed files with 661 additions and 1,436 deletions.
9 changes: 9 additions & 0 deletions main/Google/Auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,15 @@ <h2>Interfaces</h2>
<div class="col-md-6">
An interface implemented by objects that can get quota projects.
</div>
</div>
<div class="row">
<div class="col-md-6">
<em><a href="../Google/Auth/GetUniverseDomainInterface.html"><abbr title="Google\Auth\GetUniverseDomainInterface">GetUniverseDomainInterface</abbr></a></em>

</div>
<div class="col-md-6">
An interface implemented by objects that can get universe domain for Google Cloud APIs.
</div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down
10 changes: 0 additions & 10 deletions main/Google/Auth/Credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,6 @@ <h2>Classes</h2>
<div class="col-md-6">
Provides a set of credentials that will always return an empty access token.
</div>
</div>
<div class="row">
<div class="col-md-6">
<a href="../../Google/Auth/Credentials/ServiceAccountCredentials.html"><abbr title="Google\Auth\Credentials\ServiceAccountCredentials">ServiceAccountCredentials</abbr></a>

</div>
<div class="col-md-6">
ServiceAccountCredentials supports authorization using a Google service
account.
</div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down
64 changes: 53 additions & 11 deletions main/Google/Auth/Credentials/AppIdentityCredentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ <h2>Methods</h2>
</div>
<div class="row">
<div class="col-md-2 type">
static&nbsp;<a href="../../../Google/Auth/Credentials/ServiceAccountCredentials.html"><abbr title="Google\Auth\Credentials\ServiceAccountCredentials">ServiceAccountCredentials</abbr></a>|<a href="../../../Google/Auth/Credentials/UserRefreshCredentials.html"><abbr title="Google\Auth\Credentials\UserRefreshCredentials">UserRefreshCredentials</abbr></a>|<a href="../../../Google/Auth/Credentials/ImpersonatedServiceAccountCredentials.html"><abbr title="Google\Auth\Credentials\ImpersonatedServiceAccountCredentials">ImpersonatedServiceAccountCredentials</abbr></a>|<abbr title="Google\Auth\Credentials\ExternalAccountCredentials">ExternalAccountCredentials</abbr>
static&nbsp;<abbr title="Google\Auth\Credentials\ServiceAccountCredentials">ServiceAccountCredentials</abbr>|<a href="../../../Google/Auth/Credentials/UserRefreshCredentials.html"><abbr title="Google\Auth\Credentials\UserRefreshCredentials">UserRefreshCredentials</abbr></a>|<a href="../../../Google/Auth/Credentials/ImpersonatedServiceAccountCredentials.html"><abbr title="Google\Auth\Credentials\ImpersonatedServiceAccountCredentials">ImpersonatedServiceAccountCredentials</abbr></a>|<abbr title="Google\Auth\Credentials\ExternalAccountCredentials">ExternalAccountCredentials</abbr>
</div>
<div class="col-md-8 type">
<a href="#method_makeCredentials">makeCredentials</a>(string|string[] $scope, array $jsonKey, string|string[] $defaultScope = null)
Expand Down Expand Up @@ -369,6 +369,17 @@ <h2>Methods</h2>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8 type">
<a href="#method_getUniverseDomain">getUniverseDomain</a>()

<p>Get the universe domain from the credential. Defaults to "googleapis.com"
for all credential types which do not support universe domain.</p> </div>
<div class="col-md-2"><small>from&nbsp;<a href="../../../Google/Auth/CredentialsLoader.html#method_getUniverseDomain"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">

</div>
<div class="col-md-8 type">
Expand Down Expand Up @@ -547,7 +558,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_fromEnv">
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_fromEnv"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L76">line 76</a></div>
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_fromEnv"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L77">line 77</a></div>
<code> static <abbr title="Google\Auth\array<mixed>">array<mixed></abbr>|null
<strong>fromEnv</strong>()
</code>
Expand Down Expand Up @@ -579,7 +590,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_fromWellKnownFile">
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_fromWellKnownFile"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L102">line 102</a></div>
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_fromWellKnownFile"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L103">line 103</a></div>
<code> static <abbr title="Google\Auth\array<mixed>">array<mixed></abbr>|null
<strong>fromWellKnownFile</strong>()
</code>
Expand Down Expand Up @@ -616,8 +627,8 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_makeCredentials">
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_makeCredentials"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L130">line 130</a></div>
<code> static <a href="../../../Google/Auth/Credentials/ServiceAccountCredentials.html"><abbr title="Google\Auth\Credentials\ServiceAccountCredentials">ServiceAccountCredentials</abbr></a>|<a href="../../../Google/Auth/Credentials/UserRefreshCredentials.html"><abbr title="Google\Auth\Credentials\UserRefreshCredentials">UserRefreshCredentials</abbr></a>|<a href="../../../Google/Auth/Credentials/ImpersonatedServiceAccountCredentials.html"><abbr title="Google\Auth\Credentials\ImpersonatedServiceAccountCredentials">ImpersonatedServiceAccountCredentials</abbr></a>|<abbr title="Google\Auth\Credentials\ExternalAccountCredentials">ExternalAccountCredentials</abbr>
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_makeCredentials"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L131">line 131</a></div>
<code> static <abbr title="Google\Auth\Credentials\ServiceAccountCredentials">ServiceAccountCredentials</abbr>|<a href="../../../Google/Auth/Credentials/UserRefreshCredentials.html"><abbr title="Google\Auth\Credentials\UserRefreshCredentials">UserRefreshCredentials</abbr></a>|<a href="../../../Google/Auth/Credentials/ImpersonatedServiceAccountCredentials.html"><abbr title="Google\Auth\Credentials\ImpersonatedServiceAccountCredentials">ImpersonatedServiceAccountCredentials</abbr></a>|<abbr title="Google\Auth\Credentials\ExternalAccountCredentials">ExternalAccountCredentials</abbr>
<strong>makeCredentials</strong>(string|string[] $scope, array $jsonKey, string|string[] $defaultScope = null)
</code>
</h3>
Expand Down Expand Up @@ -656,7 +667,7 @@ <h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td><a href="../../../Google/Auth/Credentials/ServiceAccountCredentials.html"><abbr title="Google\Auth\Credentials\ServiceAccountCredentials">ServiceAccountCredentials</abbr></a>|<a href="../../../Google/Auth/Credentials/UserRefreshCredentials.html"><abbr title="Google\Auth\Credentials\UserRefreshCredentials">UserRefreshCredentials</abbr></a>|<a href="../../../Google/Auth/Credentials/ImpersonatedServiceAccountCredentials.html"><abbr title="Google\Auth\Credentials\ImpersonatedServiceAccountCredentials">ImpersonatedServiceAccountCredentials</abbr></a>|<abbr title="Google\Auth\Credentials\ExternalAccountCredentials">ExternalAccountCredentials</abbr></td>
<td><abbr title="Google\Auth\Credentials\ServiceAccountCredentials">ServiceAccountCredentials</abbr>|<a href="../../../Google/Auth/Credentials/UserRefreshCredentials.html"><abbr title="Google\Auth\Credentials\UserRefreshCredentials">UserRefreshCredentials</abbr></a>|<a href="../../../Google/Auth/Credentials/ImpersonatedServiceAccountCredentials.html"><abbr title="Google\Auth\Credentials\ImpersonatedServiceAccountCredentials">ImpersonatedServiceAccountCredentials</abbr></a>|<abbr title="Google\Auth\Credentials\ExternalAccountCredentials">ExternalAccountCredentials</abbr></td>
<td></td>
</tr>
</table>
Expand All @@ -669,7 +680,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_makeHttpClient">
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_makeHttpClient"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L171">line 171</a></div>
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_makeHttpClient"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L172">line 172</a></div>
<code> static <abbr title="GuzzleHttp\Client">Client</abbr>
<strong>makeHttpClient</strong>(<a href="../../../Google/Auth/FetchAuthTokenInterface.html"><abbr title="Google\Auth\FetchAuthTokenInterface">FetchAuthTokenInterface</abbr></a> $fetcher, array $httpClientOptions = [], callable $httpHandler = null, callable $tokenCallback = null)
</code>
Expand Down Expand Up @@ -724,7 +735,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_makeInsecureCredentials">
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_makeInsecureCredentials"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L196">line 196</a></div>
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_makeInsecureCredentials"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L197">line 197</a></div>
<code> static <a href="../../../Google/Auth/Credentials/InsecureCredentials.html"><abbr title="Google\Auth\Credentials\InsecureCredentials">InsecureCredentials</abbr></a>
<strong>makeInsecureCredentials</strong>()
</code>
Expand Down Expand Up @@ -754,7 +765,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_quotaProjectFromEnv">
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_quotaProjectFromEnv"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L208">line 208</a></div>
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_quotaProjectFromEnv"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L209">line 209</a></div>
<code> static string|null
<strong>quotaProjectFromEnv</strong>()
</code>
Expand Down Expand Up @@ -786,7 +797,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getDefaultClientCertSource">
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_getDefaultClientCertSource"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L219">line 219</a></div>
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_getDefaultClientCertSource"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L220">line 220</a></div>
<code> static callable|null
<strong>getDefaultClientCertSource</strong>()
</code>
Expand Down Expand Up @@ -825,7 +836,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_shouldLoadClientCertSource">
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_shouldLoadClientCertSource"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L244">line 244</a></div>
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_shouldLoadClientCertSource"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L245">line 245</a></div>
<code> static bool
<strong>shouldLoadClientCertSource</strong>()
</code>
Expand All @@ -849,6 +860,37 @@ <h4>Return Value</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_getUniverseDomain">
<div class="location">in <a href="../../../Google/Auth/CredentialsLoader.html#method_getUniverseDomain"><abbr title="Google\Auth\CredentialsLoader">CredentialsLoader</abbr></a> at <a href="https://github.com/googleapis/google-auth-library-php/blob/main/src/CredentialsLoader.php#L284">line 284</a></div>
<code> string
<strong>getUniverseDomain</strong>()
</code>
</h3>
<div class="details">



<div class="method-description">
<p>Get the universe domain from the credential. Defaults to "googleapis.com"
for all credential types which do not support universe domain.</p> </div>
<div class="tags">

<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>string</td>
<td></td>
</tr>
</table>



</div>
</div>

Expand Down
Loading

0 comments on commit c7cb93c

Please sign in to comment.