From cc740bae0172270e1e3e5435c040fd9af9a69e9f Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Wed, 3 Jan 2024 14:45:04 -0800 Subject: [PATCH] fix: expand credentials type --- 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