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

Commit 7105c26

Browse files
authored
Update google/auth/transport/grpc.py
1 parent 7d19a76 commit 7105c26

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
@@ -209,7 +209,7 @@ def my_client_cert_callback():
209209
calls using this channel will be rejected::
210210
211211
channel = google.auth.transport.grpc.secure_authorized_channel(
212-
request, mtls_endpoint)
212+
credentials, request, mtls_endpoint)
213213
214214
Args:
215215
credentials (google.auth.credentials.Credentials): The credentials to

0 commit comments

Comments
 (0)