File tree Expand file tree Collapse file tree
tests/fixtures/docfx/Auth Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ public function determineImplementingClasses(array $pageNodes): void
5252 $ this ->implementingClasses [] = '\\' . $ className ;
5353 }
5454 }
55+
56+ sort ($ this ->implementingClasses );
5557 }
5658
5759 public function getLongDescription (): string
Original file line number Diff line number Diff line change 99 An interface implemented by objects that can fetch auth tokens.
1010
1111 Classes which implement this interface in this package:
12+ - <xref uid="\Google\Auth\CredentialsLoader">CredentialsLoader</xref>
1213 - <xref uid="\Google\Auth\Credentials\ExternalAccountCredentials">Credentials\ExternalAccountCredentials</xref>
13- - <xref uid="\Google\Auth\Credentials\ServiceAccountJwtAccessCredentials">Credentials\ServiceAccountJwtAccessCredentials</xref>
14- - <xref uid="\Google\Auth\Credentials\UserRefreshCredentials">Credentials\UserRefreshCredentials</xref>
15- - <xref uid="\Google\Auth\Credentials\ServiceAccountCredentials">Credentials\ServiceAccountCredentials</xref>
1614 - <xref uid="\Google\Auth\Credentials\GCECredentials">Credentials\GCECredentials</xref>
1715 - <xref uid="\Google\Auth\Credentials\ImpersonatedServiceAccountCredentials">Credentials\ImpersonatedServiceAccountCredentials</xref>
1816 - <xref uid="\Google\Auth\Credentials\InsecureCredentials">Credentials\InsecureCredentials</xref>
19- - <xref uid="\Google\Auth\CredentialsLoader">CredentialsLoader</xref>
17+ - <xref uid="\Google\Auth\Credentials\ServiceAccountCredentials">Credentials\ServiceAccountCredentials</xref>
18+ - <xref uid="\Google\Auth\Credentials\ServiceAccountJwtAccessCredentials">Credentials\ServiceAccountJwtAccessCredentials</xref>
19+ - <xref uid="\Google\Auth\Credentials\UserRefreshCredentials">Credentials\UserRefreshCredentials</xref>
2020 - <xref uid="\Google\Auth\FetchAuthTokenCache">FetchAuthTokenCache</xref>
2121 - <xref uid="\Google\Auth\OAuth2">OAuth2</xref>
2222 type : class
You can’t perform that action at this time.
0 commit comments