Closed dbolduc closed 1 month ago
API Keys are a way to authenticate without needing a principal. This is convenient for first time users, who often get tripped up by Google's crazy authentication schemes.
https://cloud.google.com/docs/authentication/api-keys-use
ApiKeyOption
x-goog-api-key
guac.dox
apikeys
This is done.
API Keys are a way to authenticate without needing a principal. This is convenient for first time users, who often get tripped up by Google's crazy authentication schemes.
https://cloud.google.com/docs/authentication/api-keys-use
ApiKeyOption
x-goog-api-key
headers over gRPCguac.dox
to mention API Key authenticationx-goog-api-key
over REST.apikeys
client too.