google-auth-library-python
google-auth-library-python copied to clipboard
Google Auth Python Library
'rpid' -> 'rpId': according to the standard documentation. https://www.w3.org/TR/webauthn-3/#dom-publickeycredentialrequestoptionsjson-rpid
Tracking issue https://github.com/googleapis/google-cloud-python/issues/13171
Source-Link: https://github.com/googleapis/synthtool/commit/aa69fb74717c8f4c58c60f8cc101d3f4b2c07b09 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cf
#### Environment details - OS: openSUSE Tumbleweed - Python version: 3.11, 3.12, 3.13 - `google-auth` version: 2.38.0 - `pyOpenSSL` version: 25.0.0 #### Decription While running the testsuite I encountered a...
Minor spelling correction
Currently, `google.auth.default()` always attempts to authenticate using the Google Compute Engine (GCE) metadata service as a fallback. There is no easy way to prevent this behavior, leading to unnecessary delays...
Fix minor typos found via internal cl/713764938