:: Home >>

password

Sets password for authentication.

Syntax

var value = obj.getPassword(); 
obj.setPassword(value);        

Examples

var req = new AW.HTTP.Request;
req.setURL('<url>'); 
req.setUsername('admin'); 
req.setPassword('xyz123'); // login password 
req.request();

See also

username property, request() method

Comments

No comments yet.
Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1
2.5
Release History
2.5
2.0.2
textToValue
textToData