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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]