MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / password

Method password

javascriptv3/example_code/libs/prompter.js:25–27  ·  view source on GitHub ↗

* @param {{ message: string }} options

(options)

Source from the content-addressed store, hash-verified

23 * @param {{ message: string }} options
24 */
25 password(options) {
26 return password({ ...options, mask: true });
27 }
28
29 /**
30 * @param {string} prompt

Callers 5

_handlePasswordMethod · 0.80
createBrokerMethod · 0.80
signUpMethod · 0.80
signUpMethod · 0.80
SRPDemoClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected