Files
elasticsearch-js/docs/doc_examples/e3019fd5f23458ae49ad9854c97d321c.asciidoc
2025-03-07 15:18:44 -06:00

11 lines
257 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.oidcPrepareAuthentication({
realm: "oidc1",
});
console.log(response);
----