6.0.0 • Published 5 years ago
@datafire/passwordutility v6.0.0
@datafire/passwordutility
Client library for PasswordUtility.Web
Installation and Usage
npm install --save @datafire/passwordutility
let passwordutility = require('@datafire/passwordutility').create();
.then(data => {
console.log(data);
});
Description
Validate and generate passwords using open source tools
Actions
Password_Generate
passwordutility.Password_Generate({
"length": 0
}, context)
Input
- input
object
- length required
integer
- upperCase
boolean
- digits
boolean
- specialCharacters
boolean
- length required
Output
- output Object
Password_Validate
passwordutility.Password_Validate({
"password": ""
}, context)
Input
- input
object
- password required
string
- password required
Output
- output Object
Definitions
Object
- Object
object