Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 555ad91

Browse files
authored
Update google/auth/transport/grpc.py
1 parent 5a0039a commit 555ad91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/auth/transport/grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def my_client_cert_callback():
277277
ssl_credentials, google_auth_credentials
278278
)
279279

280-
return grpc.secure_channel(target, composite_ **kwargs)
280+
return grpc.secure_channel(target, composite_credentials, **kwargs)
281281

282282

283283
class SslCredentials:

0 commit comments

Comments
 (0)