Replacecredentials.valid
check for credentials.token_state
#286
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
New best practice for checking validity of credentials is no longer
credentials.valid
which is now deprecated (as of google-auth v2.24.0). Instead the google-auth folks recommend usingcredentials.token_state
All instances of the following:
alloydb-python-connector/google/cloud/alloydb/connector/client.py
Lines 164 to 166 in 473f4ab
Should be replaced to:
The text was updated successfully, but these errors were encountered: