Skip to content

Commit

Permalink
update interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Aug 29, 2023
1 parent 7851355 commit af4e1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CredentialSource/AwsNativeSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

namespace Google\Auth\CredentialSource;

use Google\Auth\CredentialSourceInterface;
use Google\Auth\ExternalAccountCredentialSourceInterface;
use Google\Auth\HttpHandler\HttpClientCache;
use Google\Auth\HttpHandler\HttpHandlerFactory;
use GuzzleHttp\Psr7\Request;

/**
* Authenticates requests using IAM credentials.
*/
class AwsNativeSource implements CredentialSourceInterface
class AwsNativeSource implements ExternalAccountCredentialSourceInterface
{
private const CRED_VERIFICATION_QUERY = 'Action=GetCallerIdentity&Version=2011-06-15';

Expand Down

0 comments on commit af4e1df

Please sign in to comment.