Authentication Class

Used to perform BASIC 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.