PGAdapter will convert a password message into gRPC authentication in the following ways:
If the username is 'oauth2' the password will be interpreted as an OAuth2 token.
If the username is an email address and the password contains private key section,
PGAdapter will construct a service account from the email address and private key.
Otherwise, PGAdapter will try to construct a Google credentials instance from the string in
the password message. The username will be ignored.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]