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

13 lines
449 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.samlAuthenticate({
content:
"PHNhbWxwOlJlc3BvbnNlIHhtbG5zOnNhbWxwPSJ1cm46b2FzaXM6bmFtZXM6dGM6U0FNTDoyLjA6cHJvdG9jb2wiIHhtbG5zOnNhbWw9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMD.....",
ids: ["4fee3b046395c4e751011e97f8900b5273d56685"],
});
console.log(response);
----