Titanium.UI.WebView.setBasicAuthentication

Function of Titanium.UI.WebView.
Platform Since
Android 0.8
iPhone 0.8
iPad 0.8

Summary

set the basic authentication for the webview instance to be used on subsequent url requests

Arguments

Name Type Summary
username String

the username

password String

the password

Return Type

void