login

On this page
Back to index

Summary

Login the client with the given credentials.
userName
Stringrequired
User name under which you wish to login.
password
Stringrequired
Secret value used to identify the account for a particular user.
token
Stringoptional
User access token.

Usage

Perl

$cmdr->login( "test-userName", # userName "test-password" # password # optionals );

ectool

ectool login \ "test-userName" `# userName` \ "test-password" `# password` \ # optionals