We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04430d3 commit 06a95dfCopy full SHA for 06a95df
proto/global_admin.proto
@@ -238,7 +238,11 @@ message _GenerateGlobalApiKeyRequest {
238
}
239
240
message _GenerateGlobalApiKeyResponse {
241
+ // the actual key that will be used for authentication.
242
+ // this is the only time it's produced.
243
string api_key = 1;
244
+ // details about the key, can also be retried via the ListGlobalApiKeys endpoint
245
+ GlobalApiKey key_info = 2;
246
247
248
// Account Session Token provides relevant account.
0 commit comments