Skip to content

Commit

Permalink
fix: expand credentials type (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbankhead committed Jan 4, 2024
1 parent 88ba8ba commit 846c8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/googleauth.ts
Expand Up @@ -102,7 +102,7 @@ export interface GoogleAuthOptions<T extends AuthClient = JSONClient> {
* Object containing client_email and private_key properties, or the
* external account client options.
*/
credentials?: CredentialBody | ExternalAccountClientOptions;
credentials?: JWTInput | ExternalAccountClientOptions;

/**
* Options object passed to the constructor of the client
Expand Down

0 comments on commit 846c8e9

Please sign in to comment.