Hi,

Is there any proper documentation or usage guide for "carbon" in following
code:

function authenticate(username, password){
    var carbon = require('carbon');
    srv = new carbon.server.Server({url: "https://localhost:9443/admin"});
    return srv.authenticate(username, password);
}



Thanks,
Milinda

-- 
Milinda Perera
Software Engineer;
WSO2 Inc. http://wso2.com ,
Mobile: (+94) 714 115 032
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to