You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* // Acquire an auth client, and bind it to all future calls
196
+
* const authClient = await auth.getClient();
197
+
* google.options({auth: authClient});
198
+
*
199
+
* // Do the magic
200
+
* const res = await publicca.projects.locations.externalAccountKeys.create({
201
+
* // Required. The parent resource where this external_account_key will be created. Format: projects/[project_id]/locations/[location]. At present only the "global" location is supported.
* // Acquire an auth client, and bind it to all future calls
196
+
* const authClient = await auth.getClient();
197
+
* google.options({auth: authClient});
198
+
*
199
+
* // Do the magic
200
+
* const res = await publicca.projects.locations.externalAccountKeys.create({
201
+
* // Required. The parent resource where this external_account_key will be created. Format: projects/[project_id]/locations/[location]. At present only the "global" location is supported.
* // Acquire an auth client, and bind it to all future calls
196
+
* const authClient = await auth.getClient();
197
+
* google.options({auth: authClient});
198
+
*
199
+
* // Do the magic
200
+
* const res = await publicca.projects.locations.externalAccountKeys.create({
201
+
* // Required. The parent resource where this external_account_key will be created. Format: projects/[project_id]/locations/[location]. At present only the "global" location is supported.
0 commit comments