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

Commit 5a0039a

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

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
@@ -274,7 +274,7 @@ def my_client_cert_callback():
274274

275275
# Combine the ssl credentials and the authorization credentials.
276276
composite_credentials = grpc.composite_channel_credentials(
277-
ssl_ google_auth_credentials
277+
ssl_credentials, google_auth_credentials
278278
)
279279

280280
return grpc.secure_channel(target, composite_ **kwargs)

0 commit comments

Comments
 (0)