Files
elasticsearch-js/docs/doc_examples/cee591c1fc70d4f180c623a3a6d07755.asciidoc
2024-07-29 17:10:05 -05:00

11 lines
258 B
Plaintext

// This file is autogenerated, DO NOT EDIT
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
[source, js]
----
const response = await client.security.getToken({
grant_type: "client_credentials",
});
console.log(response);
----