Class Index | File Index

Classes


Class Telepathy


Defined in: telepathy.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Telepathy(options)
Telepathy constructor
Method Summary
Method Attributes Method Name and Description
 
password(options)
Generate a password
 
setSecret(secret)
Set the private secret we'll be using in generating passwords
Class Detail
Telepathy(options)
Telepathy constructor
Parameters:
{object|string} options Optional
Method Detail
{string} password(options)
Generate a password
var telepathy = new Telepathy('secret');
console.log(telepathy.password('google.com'));
Parameters:
{object|string|number} options Optional
Returns:
{string} Generated password

setSecret(secret)
Set the private secret we'll be using in generating passwords
Parameters:
{string} secret

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jan 11 2013 17:43:58 GMT-0500 (EST)