@datafire/passwordutility
v6.0.0
Published
DataFire integration for PasswordUtility.Web
Readme
@datafire/passwordutility
Client library for PasswordUtility.Web
Installation and Usage
npm install --save @datafire/passwordutilitylet 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
