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

Commit 6f166d2

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

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
@@ -243,7 +243,7 @@ def my_client_cert_callback():
243243
creation failed for any reason.
244244
"""
245245
# Create the metadata plugin for inserting the authorization header.
246-
metadata_plugin = AuthMetadataPlugin( request)
246+
metadata_plugin = AuthMetadataPlugin(credentials, request)
247247

248248
# Create a set of grpc.CallCredentials using the metadata plugin.
249249
google_auth_credentials = grpc.metadata_call_credentials(metadata_plugin)

0 commit comments

Comments
 (0)