public class CordovaHttpAuthHandler extends java.lang.Object implements ICordovaHttpAuthHandler
Constructor and Description |
---|
CordovaHttpAuthHandler(android.webkit.HttpAuthHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Instructs the WebView to cancel the authentication request.
|
void |
proceed(java.lang.String username,
java.lang.String password)
Instructs the WebView to proceed with the authentication with the given credentials.
|
public CordovaHttpAuthHandler(android.webkit.HttpAuthHandler handler)
public void cancel()
cancel
in interface ICordovaHttpAuthHandler
public void proceed(java.lang.String username, java.lang.String password)
proceed
in interface ICordovaHttpAuthHandler
username
- password
-