Skip to content

Commit 846c8e9

Browse files
authored
fix: expand credentials type (#1719)
1 parent 88ba8ba commit 846c8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/googleauth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export interface GoogleAuthOptions<T extends AuthClient = JSONClient> {
102102
* Object containing client_email and private_key properties, or the
103103
* external account client options.
104104
*/
105-
credentials?: CredentialBody | ExternalAccountClientOptions;
105+
credentials?: JWTInput | ExternalAccountClientOptions;
106106

107107
/**
108108
* Options object passed to the constructor of the client

0 commit comments

Comments
 (0)