12 lines
313 B
Plaintext
12 lines
313 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({
|
|
iss: "http://127.0.0.1:8080",
|
|
login_hint: "this_is_an_opaque_string",
|
|
});
|
|
console.log(response);
|
|
----
|