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

Commit 8a3a0e5

Browse files
authored
Update google/auth/transport/grpc.py
1 parent bf2286f commit 8a3a0e5

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
@@ -202,7 +202,7 @@ def my_client_cert_callback():
202202
certificate and key::
203203
204204
channel = google.auth.transport.grpc.secure_authorized_channel(
205-
request, regular_endpoint)
205+
credentials, request, regular_endpoint)
206206
207207
The following code uses mtls_endpoint, if the created channle is regular,
208208
and API mtls_endpoint is confgured to require client SSL API

0 commit comments

Comments
 (0)