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