From 846c8e96cc36feb05148c16e12127e805e388189 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Thu, 4 Jan 2024 12:07:12 -0800 Subject: [PATCH] fix: expand credentials type (#1719) --- src/auth/googleauth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/googleauth.ts b/src/auth/googleauth.ts index b5d66c70..ed51e3dc 100644 --- a/src/auth/googleauth.ts +++ b/src/auth/googleauth.ts @@ -102,7 +102,7 @@ export interface GoogleAuthOptions { * 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