Authentication Class

Used to perform BASIC HTTP authentication using a technique outlined in the following article: http://www.javaxt.com/Tutorials/Javascript/Form_Based_HTTP_Authentication

Constructors

Authentication( loginURL, logoutURL )

Public Methods

login( username, password, callback )
Used to execute an http get request to login a user.
logoff( callback )
Used to execute an http get request to clear the http auth.